mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19:48 +02:00
Fixed setup.sh for mac
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
brew install sdl2 lua fontconfig freetype ftgl libogg glew libvorbis cppunit glib fribidi miniupnpc wxmac
|
brew install sdl2 lua fontconfig freetype ftgl libogg glew libvorbis cppunit glib fribidi miniupnpc wxmac
|
||||||
brew outdated cmake || brew upgrade cmake; brew outdated pkgconfig || brew upgrade pkgconfig
|
brew outdated cmake || brew upgrade cmake; brew outdated pkgconfig || brew upgrade pkgconfig
|
||||||
brew install Caskroom/cask/xquartz
|
brew install Caskroom/cask/xquartz
|
@@ -1,2 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo
|
||||||
|
echo "Initializing Glest setup..."
|
||||||
|
currentDir=$PWD
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
|
cd $DIR
|
||||||
./build-deps.sh
|
./build-deps.sh
|
||||||
|
echo
|
||||||
./build.sh
|
./build.sh
|
||||||
|
cd $currentDir
|
Reference in New Issue
Block a user