From c8b0d7571bf9fdf0311e5009f67253b49182f878 Mon Sep 17 00:00:00 2001 From: Wessel Nieboer Date: Tue, 7 Apr 2020 02:31:25 +0200 Subject: [PATCH] Correct boost library development package name in BUILD.md --- doc/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILD.md b/doc/BUILD.md index d5ff1a9ec..c9e31963e 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -8,7 +8,7 @@ made their way to mainstream systems. Important notes that may affect you: - GCC: Ubuntu Xenial (16.04) users must use a PPA to obtain GCC-7 or greater; don't forget to `export CXX=g++-7` before running `./configure` on that system. -- Boost: The required version is available through `apt` as `boost-all-dev` on +- Boost: The required version is available through `apt` as `libboost-all-dev` on Ubuntu Cosmic (18.10). All earlier releases (including 18.04 LTS) can configure with `--with-included-boost` as instructed below.