Skip to content

Commit

Permalink
Clarified compilation requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jun 5, 2013
1 parent eeffb7f commit d319bcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ GLM is a header only library that you can get from http://glm.g-truc.net/ if you
2. Building
===========

GCC 4.7 or greater is recommended.
Gource requires a GNU compatible C++ compiler that supports c++0x features such as 'auto' and the new 'for' loop syntax.

GCC 4.6+ or Clang recommended.

If you got the source directly from the Gource.git repository, you will first
need to run autogen.sh which will generate the configure script and
Expand Down

0 comments on commit d319bcf

Please sign in to comment.