Adun for Debian --------------- The Debian package adun.app is capable of running simulations, but to perform analysis on the results you need to build and install various plugins. Upstream's build system and the operation of Adun are designed in a way that assumes plugins to be installed under $HOME/adun. Although not trivial, it is possible to modify the Debian package so that the plugins are installed by default. However, this would require that every user modifies the extra available plugins at http://download.gna.org/adun/ in order to build and use them. Here are some basic instructions to build and install the plugins that come with the adun.app package: 1) Start the application (UL) once so that the directories are created. 2) Obtain the source. $ apt-get source adun.app && cd adun.app-* 3) Install the build dependencies. # aptitude install build-essential # apt-get build-dep adun.app 4) Build and install the Plugins. $ PATH=`pwd`/Tools:"${PATH}" gs_make -C Plugins 5) Optionally, build and install the ResultsConverter tool. $ gs_make install -C Tools LDFLAGS=-Wl,-rpath,/usr/lib/adun.app \ ADDITIONAL_LIB_DIRS=-L/usr/lib/adun.app The tool will be installed by default in $HOME/GNUstep/Tools so you might want to add this directory to your PATH or move/symlink the binary. -- Yavor Doganov , Sat, 19 Jan 2008 14:19:24 +0200