t3d SVN Repository

What is needed?

To access t3d SVN (Subversion) repository you need a svn client application.

To develop t3d applications...

You need the development sources and the t3d pre-pre-processor

Checking out/downloading development sources

	$ cd /tmp             # or any other temp dir
	$ svn co svn://messiah.ath.cx/t3d-devel
	$ cd t3d-devel
	$ ./configure --prefix=/usr
	$ make
	$ su
	# make install
				

Checking out/downloading t3d pre-pre-processor (sources)

	$ cd /tmp            # or any other temp dir
	$ svn co svn://messiah.ath.cx/t3d-pp
	$ cd t3d-pp
	$ ./configure --prefix=/usr
	$ make
	$ su
	# make install
				

Sources for version 0.0002 of t3d genes & gcc pre-pre-processor also available on this site.