Created
November 9, 2011 18:00
-
-
Save ctrueden/1352276 to your computer and use it in GitHub Desktop.
Fiji daily build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clean -x -d -f | |
git submodule foreach git clean -x -d -f | |
./Build.sh | |
./bin/make-app.py nojre linux64 | |
tar cvf fiji-nojre.tar Fiji.app | |
jar cvf fiji-nojre.zip Fiji.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment