compiling

versionssvn
contributorsneko
started on2007-08-21 17:39

If you must have the absolute bleeding edge of everything, you can compile Processing from Subversion.

Linux Instructions

Install

  • Open a terminal (Applications → Accessories → Terminal)
  • Install the build packages that are needed
    • Ubuntu/Debian: sudo apt-get install build-essential subversion perl
  • Download the latest Processing from Subversion

svn co svn://processing.org/trunk/processing

  • Change to the build directory

cd processing/build/linux

  • Build Processing

./make.sh

  • Run it

./run.sh

Running Processing

  • Open a terminal (Applications → Accessories → Terminal)
  • Change to the build directory

cd processing/build/linux

  • Run it

./run.sh

Updating to the Newest Version

  • Open a terminal (Applications → Accessories → Terminal)
  • Change to the Processing directory

cd processing

  • Run subversion

svn update

  • Change to the build directory

cd build/linux

  • Remove the old work directory

rm -rf work

  • Build Processing

./make.sh

hacks/compiling.txt · Last modified: 2008-05-31 02:15 (external edit)