patrick
/
plasp
Archived
1
0
Fork 0

Made readme file sections and documentation more consistent.

This commit is contained in:
Patrick Lühne 2016-11-16 23:53:21 +01:00
parent c80688b241
commit 8bab1e19cb
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
# Building Instructions
# Building
`plasp` requires a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.