- Improved build process
This commit is contained in:
parent
71e79b5ed7
commit
d414200c3c
@ -1,12 +0,0 @@
|
|||||||
Cross-platform building:
|
|
||||||
|
|
||||||
On linux:
|
|
||||||
|
|
||||||
./build-unix-both.sh
|
|
||||||
|
|
||||||
On MAC:
|
|
||||||
|
|
||||||
./build-mac-universal.sh
|
|
||||||
|
|
||||||
This copies all files into the gui bin directory, and you're done.
|
|
||||||
|
|
@ -8,12 +8,14 @@ cmake $CMFLAGS -D TARGETOS=MacPPC . && make
|
|||||||
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
|
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
|
||||||
cmake $CMFLAGS . && make scyther-mac
|
cmake $CMFLAGS . && make scyther-mac
|
||||||
|
|
||||||
|
echo
|
||||||
echo
|
echo
|
||||||
echo
|
echo "---------------------------------------------------------"
|
||||||
echo "Built the Mac universal binary"
|
echo "Built the Mac universal binary"
|
||||||
|
|
||||||
# Copy to the correct locations
|
# Copy to the correct locations
|
||||||
cp scyther-mac ../gui/Scyther/Bin
|
cp scyther-mac ../gui/Scyther/Bin
|
||||||
|
|
||||||
echo Copied the files to their respective locations
|
echo Copied the files to their respective locations
|
||||||
|
echo "---------------------------------------------------------"
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ cmake $CMFLAGS . && make
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
echo "---------------------------------------------------------"
|
||||||
echo "Built the Linux and Windows binaries"
|
echo "Built the Linux and Windows binaries"
|
||||||
|
|
||||||
# Copy to the correct locations
|
# Copy to the correct locations
|
||||||
@ -18,5 +19,6 @@ cp scyther-w32.exe ../gui/Scyther/Bin
|
|||||||
# bonus...
|
# bonus...
|
||||||
cp scyther-linux ~/bin
|
cp scyther-linux ~/bin
|
||||||
|
|
||||||
echo Copied the files to their respective locations and ~/bin
|
echo Copied the files to their respective locations and \~/bin
|
||||||
|
echo "---------------------------------------------------------"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user