From a1b50f6f9dd23311727b8b2a798312befc422e74 Mon Sep 17 00:00:00 2001 From: Naughtylus Date: Tue, 1 Nov 2016 18:16:29 +0100 Subject: [PATCH] Added g++ to the dependency list of the BUILD.md file Although this is not a runtime dependency, it is (obviously) needed to build that very executable. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 0c999cfe..c56511c4 100644 --- a/BUILD.md +++ b/BUILD.md @@ -23,7 +23,7 @@ This will build everything inside `third-party`. Once that is done, you can proc To install the required dependencies on Debian Linux (Or Ubuntu), type the following command: -> sudo apt-get install scons python libssl-dev libcurl4-openssl-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev +> sudo apt-get install scons python libssl-dev libcurl4-openssl-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev g++ Building FreeLAN ----------------