patrick
/
plasp
Archived
1
0
Fork 0

Removed Boost dependency from building instructions.

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

View File

@ -1,6 +1,6 @@
# Building
`plasp` requires a C++17 compiler (preferably 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) and CMake for building.
```bash
$ git clone https://github.com/potassco/plasp.git