Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Oct 22, 2017
1 parent d30517d commit 8e6b886
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ platform which natively provides sockets or use SDL_net, then either define
`USE_SOCKETS` or `USE_SDL_NET` in the Makefile. On the Windows platform, the
socket library (`-lws2_32`) is needed while linking. For music support, you
either need ModPlug or xmp. Then define `USE_MODPLUG` or `USE_XMP` in the
Makefile. ModPlug needs to be patched to support looping tracks, otherwise half
of the level will be silent, xmp does not have this problem.
Makefile. ModPlug needs to be patched to properly support looping tracks,
otherwise there will be a small gap in the playback, xmp does not have this
problem (no patching needed).

For UNIX systems also an autoconf script is provided, used like this:

Expand Down

0 comments on commit 8e6b886

Please sign in to comment.