InstallationΒΆ

Devtools is undergoing active development. This is of course a joke, the maintainer is unmotivated and is therefore dragging his feet (considering the topography, literally). As of yet, there is no official release nor an easy way to get an easy-to-use installation package. I know, I’m making you jump through hoops just to emphasize how awesomely wonder devtools is.

In order to download Devtools, you will need to checkout the SVN repository located at http://lab.cs2d.org/devtools via the following command:

You may also browse the entire source-code online at http://lab.cs2d.org/.

Note

Since devtools is undergoing “active development”, the concept of nightly builds is rather abstract and will not be called as such.

For example

PyObject *t;

t = PyTuple_New(3); PyTuple_SetItem(t, 0, PyInt_FromLong(1L)); PyTuple_SetItem(t, 1, PyInt_FromLong(2L)); PyTuple_SetItem(t, 2, PyString_FromString(“three”));

Project Versions

Previous topic

CS2D Devtools - User Documentation

Next topic

Getting started

This Page