TmeCompileHints

General Hints

Tme seems to be built against glib-1.2.10 and gtk+-1.2.20. If the host platform doesn’t provide development support for these two packages, they have to be installed from source, along these lines (for NetBSD 1.6.2 and the bash shell):

# export LD_LIBRARY_PATH=/usr/local/lib
# cd srcdir
# wget ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
# tar xfz glib-1.2.10.tar.gz
# cd glib-1.2.10
# ./configure
# make
# make install
# cd ..
# wget ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz
# tar xfz gltk+-1.2.10.tar.gz
# cd gtk+-1.2.10
# ./configure
# make
# make install 

To build tme from source(no shared libraries):

# export LTDL_LIBRARY_PATH=/usr/local/lib
# wget http://theory.lcs.mit.edu/~fredette/tme/tme-0.4.tar.gz
# cd tme-0.4
# ./configure --disable-shared
# make
# make install 


Host Platforms

So far, I’ve only tried to build and run tme on NetBSD 1.6.2 (running as a VMware guest, no less) - for no other reason than that it seems to be environment
in which tme was/is developed.

NetBSD 1.6.2

(describe; what works, what doesn’t?)


Linux

Untested.

cygwin (Windows)

Untested.