Skip to content

Commit

Permalink
Updated CT install.sh with makefile dependancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDR0 committed Jan 6, 2013
1 parent 6791233 commit 8faa64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cube_trains/utils/install.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return_code=0 #Used internally to record the returned code of the last operation


_install_frogatto_dependancies() _install_frogatto_dependancies()
{ {
sudo apt-get install --no-upgrade --no-remove ccache libboost-dev libboost-regex-dev libboost-system-dev libglew1.5-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libz-dev libpng12-dev g++ sudo apt-get install --no-upgrade --no-remove ccache libboost-dev libboost-regex-dev libboost-system-dev libglew1.5-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libz-dev libpng12-dev g++ build-essential
return_code=$? return_code=$?
} }


Expand Down

0 comments on commit 8faa64f

Please sign in to comment.