Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TankOs committed Aug 7, 2013
1 parent d184766 commit 6b502b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 8,7 @@
1. INSTALLING

Dependencies:
- SFML 2.0 (http://sfml-dev.org/)
SFGUI does *not* build with SFML 2.0 RC. Generally it's a good idea to
always use the latest SFML 2.0 source code. In case you cloned the Git
repository, you can use the SFML library provided in extlibs/SFGUI.
- SFML 2.1 (http://sfml-dev.org/)

The build system in use is CMake (http://cmake.org/). It's available for all
major platforms.
Expand Down Expand Up @@ -42,8 39,8 @@ to your project's CMakeLists.txt file:
In case CMake can't find your SFGUI installation, you can still specify the
path manually by setting the SFGUI_ROOT CMake variable.

Keep in mind that you still have to link to SFML 2.0 (at least system, windows
and graphics).
Keep in mind that you still have to link to SFML (at least system, windows and
graphics).


3. DOCUMENTATION
Expand Down

0 comments on commit 6b502b0

Please sign in to comment.