Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TankOs committed Apr 5, 2017
1 parent 0b42d50 commit 0bd6173
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@

1. Download and install [SFML](http://sfml-dev.org/).
2. Download SFGUI from the
[download page](http://sfgui.sfml-dev.de/download). If available, choose a
binary release for your operating system and IDE/toolset.
[download page](https://github.com/TankOs/SFGUI/releases). If available,
choose a binary release for your operating system and IDE/toolset.
3. Unpack the archive.
4. If source release: Build and install SFGUI (see *Building* for
4. If source release: Build and install SFGUI (see [Building](#building) for
instructions).
5. To see that everything works, start a new C++ project and compile the
[Hello World example](https://github.com/TankOs/SFGUI/blob/master/examples/HelloWorld.cpp).

## Documentation

See SFGUI's [help section](http://sfgui.sfml-dev.de/p/docs) for a user guide,
style reference, API reference and FAQ. You can also find links to a forum and
an IRC chat there.
Visit the [SFGUI wiki](https://github.com/TankOs/SFGUI/wiki) for further help.

## Building

Expand Down

0 comments on commit 0bd6173

Please sign in to comment.