Skip to content

Commit

Permalink
Add fork features to README
Browse files Browse the repository at this point in the history
Follows the merge of the scaledvideo branch, which closes #3.
  • Loading branch information
LionsPhil committed Mar 19, 2016
1 parent 76a7c46 commit d2a3285
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This is only the game code; the game data is under a non-Free license, but they
That release seems to use an older codebase, though, that is not very happy under modern Windows (I get horrible palette errors despite forcing 256-color mode, etc.).
This fork uses their SDL version of the codebase, and works with the free full release data.

## Fork features

* Builds warning-clean for Linux and cross-compiles for Windows
* Resizable window, including fullscreen (toggle with F11): no more postage-stamp!

## Building
### Linux
Run `./autoeverything && ./configure && make`. You'll need autotools and SDL-1.2 development files installed, including SDL\_mixer.
Expand Down

0 comments on commit d2a3285

Please sign in to comment.