wiki:DeveloperResources
Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

IDE

TOD is being developed with the Eclipse IDE version 3.3.1.1. The following plugins are also required:

Subclipse (for subversion integration)

Update site: http://subclipse.tigris.org/update_1.2.x

You should install the Subclipse plugin itself as well as the Mylyn integration.

Mylyn (for task management)

Update site: http://download.eclipse.org/tools/mylyn/update/e3.3

Compiling Boost libraries

These are used to build the native agent.

  • Compile bjam (http://boost.org/doc/libs/1_35_0/doc/html/jam/building.html)

cd boost_1_35_0/tools/jam/src/
sh ./build.sh
cd ../../..

  • Build boost:

./tools/jam/src/bin.linuxx86/bjam —prefix=/home/gpothier/apps/boost/ —build-type=complete —with-filesystem —with-iostreams —with-thread install