Skip to content

Commit 293382d

Browse files
committed
And add instructions to COMPILE_README to install sdl2 and sdl2_mixer for sound
1 parent 8bc4f52 commit 293382d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

COMPILE_README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ To get SVN:
118118
To get autoconf: (in terminal):
119119
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
120120
brew install automake
121+
To get SDL2 (for audio) (in terminal):
122+
brew install sdl2 sdl2_mixer
121123
To build LCS:
122124
svn co http://svn.code.sf.net/p/lcsgame/code/trunk lcsgame
123125
cd lcsgame/

0 commit comments

Comments
 (0)