Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Aug 15, 2012
1 parent e204048 commit 2f239e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ following commands (substitute "sdl" for "fmod" if you want to use the
FMOD sound backend):

qmake SOUND=sdl
make
make -jN

Substitute the 'N' in '-jN' with the amount of CPUs or cores in your
system in order to utilize all of them for a faster compilation process.
If you are not GNU Make, then the -j option might not be supported. If
that's the case, simply omit that option altogether.

If all goes well, you will find an executable in the current directory
which you can copy somewhere else and run it however you want.

0 comments on commit 2f239e3

Please sign in to comment.