Installation
Dependencies
Main
- glib2
- tcl8.6
Optional
- nagelfar (for Tcl syntax checks)
- doxygen (for source code documentation)
Build
- gcc
- make
- pkg-config (with configs for glib2 and Tcl - otherwise you need to patch
lib/Makefile
)
Build
Run
make
to build core library and Tcl package. Run
make everything
to build doxygen-Documentation (needs doxygen) and nagelfar syntaxfiles as well (needs nagelfar installed).
Install
Run e.g.
PREFIX=/opt/icglue DESTDIR=./packagedir make install
to install to /opt/icglue
copying everything into packagedir
.