Skip to content

Instantly share code, notes, and snippets.

@ctrueden
Created November 9, 2011 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctrueden/1352276 to your computer and use it in GitHub Desktop.
Save ctrueden/1352276 to your computer and use it in GitHub Desktop.
Fiji daily build
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