Here is my blog in which I will describe my experiments with ruby-processing, find out more about my fork of ruby-processing at:- https://github.com/monkstone/ruby-processing where I am working on updating it to processing-2.0 and https://github.com/monkstone/ruby-cf3 for my version of the cfdg DSL (context-free-art)

Wednesday, 5 December 2012

Creating a Mock Vanilla Processing Distribution

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:-
  1. Build the git version from the build folder
  2. cd linux/work
  3. mkdir processing-2.0b8
  4. cp -rf core processing-2.0b8
  5. cp -rf modes processing-2.0b8
  6. 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

Followers

About Me

My Photo
Consolidating my online identity as monkstone. I am a 64 bit linux user and advocate of open source software, you can sometimes find me on the processing forum.