Skip to content

Commit

Permalink
Added g++ to the dependency list of the BUILD.md file
Browse files Browse the repository at this point in the history
Although this is not a runtime dependency, it is (obviously) needed to build
that very executable.
  • Loading branch information
Naughtylus committed Nov 1, 2016
1 parent 43062cd commit a1b50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit a1b50f6

Please sign in to comment.