It is possible to create a distribution version of processing from the git version. However to do it the regular way, via ant you require the android-sdk. I wanted a mock version to use in my hacked ruby-processing auto-build (after surfmex/moumar?).
These are the steps for linux64 distribution:-
- Build the git version from the build folder
- cd linux/work
- mkdir processing-2.0b8
- cp -rf core processing-2.0b8
- cp -rf modes processing-2.0b8
- tar czvf processing-2.0b8-linux64.tgz processing-2.0b8
I did this so that I could test a version of processing using NEWT-jogl instead of AWT-jogl in the autobuild.
Clone processing from github here:-
https://github.com/processing/processing
Updated 12 February 2013, to match github and most recent pre-version
No comments:
Post a Comment