Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Apr 26, 2014
1 parent 013066c commit db00f2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you are using windows, please see https://github.com/wheybags/freeablo-window

##Linux/Unix
freeablo uses cmake, and depends on boost >= 1.54, libbz2, zlib, and SDL 1 or 2, so make sure to have those installed.
Please note that performance for the SDL1 backend is quite bad (Iget around 10fps, compared to about 600 with SDL2).
Please note that performance for the SDL1 backend is quite bad (I get around 10fps, compared to about 600 with SDL2).

Get the source:

Expand All @@ -51,6 +51,11 @@ $ mkdir build
$ cd build
```

symlink the resources folder:
```
$ ln -s ../freeablo/resources
```

call cmake: ```cmake ../freeablo```
(if you want to use SDL1, use ```cmake ../freeablo -DUSE_SDL2=OFF```)

Expand Down

0 comments on commit db00f2d

Please sign in to comment.