patrick
/
plasp
Archived
1
0
Fork 0

Fixed typos in documentation.

This commit is contained in:
Patrick Lühne 2017-10-28 17:30:41 +02:00
parent 6af0d4ec7a
commit a31d8638e7
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ If you want to write your own meta encoding for `plasp`s output, this [simple
## Building
`plasp` requires `boost` and is built via CMake and a C++ compiler.
`plasp` is built via CMake and a C++ compiler.
See [building](doc/building.md) for more details.

View File

@ -1,6 +1,6 @@
# Building
`plasp` requires a C++17 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.
`plasp` requires a C++17 compiler (preferably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.
```bash
$ git clone https://github.com/potassco/plasp.git