Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroyee committed Apr 25, 2017
1 parent d8fa37b commit 04a5a30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SpeedBlocks
This game tries to be the unofficial successor of Cultris II since the development of this awesome game seems to be dead for many years. If you want to help us, please read the "How to contribute" section below.

#Requirements
# Requirements

- [SFML](https://www.sfml-dev.org/index.php)
Version 2.4.2 is used by this project and it's highly recommended not to use an older version.
Expand All @@ -11,8 +11,6 @@ The game runs fine with the stable 0.7.3 except for a minor bug with when window
is rezised to a none-standard ratio. If you want it to remove this bug you need the
latest master from TGUIs github repo

- [boost](http://www.boost.org/) At the moment this project is only using boost/random from the boost libs. (Except MingW users, see below)

- [curl](https://curl.haxx.se/libcurl/)

- [cmake](https://cmake.org/download/) This project is using cmake as a build system.
Expand All @@ -28,11 +26,11 @@ standard functions to_string() and stoi(). It's replaced with boost/lexical_cast
if you want to compile with MingW32 you need that too.
This is again included in the source to make it compile as-is.

#Building
# Building

Please see the Wiki for additional instructions.

#How to contribute
# How to contribute

Please read the following before you start working on something.

Expand Down

0 comments on commit 04a5a30

Please sign in to comment.