From dd1b2f96361ec42949fe28f5e8e2758387b86f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 28 Oct 2017 17:31:37 +0200 Subject: [PATCH] Removed Boost dependency from building instructions. --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.md b/doc/building.md index 556aeec..08ae61d 100644 --- a/doc/building.md +++ b/doc/building.md @@ -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