mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
Added a building and running script, for ease.
git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@138424 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
BIN
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "This build script requires you to run as root. " 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd Pallet/
|
||||
make
|
||||
build/Build/Products/Debug/Pallet.app/Contents/MacOS/Pallet
|
||||
|
||||
Reference in New Issue
Block a user