Skip to content

Commit

Permalink
Add buildall script for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
delatbabel committed Dec 7, 2014
1 parent 4fa5b33 commit 5a1dd99
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

rm -rf build
mkdir -p build
(
cd build
cmake ..
cmake --build .
make package
)

./makezip.sh

0 comments on commit 5a1dd99

Please sign in to comment.