Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

This is a patched older version of tango to bridge over the bugs introduced during the tango reorganization, it is expected to be removed after the next tango release.

compilers: DMD 1.047 and a patched LDC have been tested, other compiler version might not work.

the version ist hosted on http://github.com/fawzi/oldTango (I was fed up with updating tarballs, and not having a real source management).

git clone git@github.com:fawzi/oldTango.git tango
cd tango/build
export DC=dmd # or ldc or gdc (gdc has not been tested lately), not needed if you have only one compiler in the path
./build.sh

builds and installs the opt and dbg version of the libraries. There is always libtango-base-COMPILER[-VERSION].a libtango-user-COMPILER[-VERSION].a for the runtime and the user part, tipically you want to link both.

./build.sh --help lists the various build options.

enjoy

Fawzi