From 8bab1e19cbc3c5789ed16588de7b4d226969045a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 16 Nov 2016 23:53:21 +0100 Subject: [PATCH] Made readme file sections and documentation more consistent. --- README.md | 2 +- doc/{building-instructions.md => building.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename doc/{building-instructions.md => building.md} (97%) diff --git a/README.md b/README.md index 108deae..def6fc1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/building-instructions.md b/doc/building.md similarity index 97% rename from doc/building-instructions.md rename to doc/building.md index 3f56a48..b895a78 100644 --- a/doc/building-instructions.md +++ b/doc/building.md @@ -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.