Skip to content

Commit

Permalink
Fixed gcc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ereOn committed Mar 20, 2015
1 parent 6c08442 commit f1823ff
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 @@ -28,7 +28,7 @@ To install the required dependencies on Debian Linux (Or Ubuntu), type the follo
Building FreeLAN
----------------

FreeLAN is written in C++11. Make sure your C++ compiler is recent enough and supports this standard. On Linux for instance, you need at least `gcc 4.9.2` for things to go fine.
FreeLAN is written in C++11. Make sure your C++ compiler is recent enough and supports this standard. On Linux for instance, you need at least `gcc >= 4.8` for things to go fine.

FreeLAN uses [scons](http://www.scons.org/) as its build system on POSIX-like systems (basically everything except Windows).

Expand Down

0 comments on commit f1823ff

Please sign in to comment.