mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 17:34:24 +02:00
Fixed setup.sh for mac
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
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,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
echo
|
echo
|
||||||
echo "Initializing Glest setup..."
|
echo "Initializing Glest setup..."
|
||||||
currentDir=$PWD
|
currentDir=$PWD
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
./build-deps.sh
|
bash ./build-deps.sh
|
||||||
echo
|
echo
|
||||||
./build.sh
|
bash ./build.sh
|
||||||
cd $currentDir
|
cd $currentDir
|
Reference in New Issue
Block a user