- 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.
|
||||
|
@ -10,10 +10,12 @@ cmake $CMFLAGS . && make scyther-mac
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "---------------------------------------------------------"
|
||||
echo "Built the Mac universal binary"
|
||||
|
||||
# Copy to the correct locations
|
||||
cp scyther-mac ../gui/Scyther/Bin
|
||||
|
||||
echo Copied the files to their respective locations
|
||||
echo "---------------------------------------------------------"
|
||||
|
||||
|
@ -9,6 +9,7 @@ cmake $CMFLAGS . && make
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "---------------------------------------------------------"
|
||||
echo "Built the Linux and Windows binaries"
|
||||
|
||||
# Copy to the correct locations
|
||||
@ -18,5 +19,6 @@ cp scyther-w32.exe ../gui/Scyther/Bin
|
||||
# bonus...
|
||||
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