Codebase list mimetic / upstream/0.9.4 compile
upstream/0.9.4

Tree @upstream/0.9.4 (Download .tar.gz)

compile @upstream/0.9.4raw · history · blame

if got from cvs:
    make -f Makefile.cvs
    ./configure
    make
    make install

if extracted from tar.gz package:
    ./configure
    make
    make install

with STLport:
    ./configure --with-stlport or --with-stlport=basedir
    for more STLport related params available try ./configure --help