netgen for Debian ----------------- netgen provides - netgen : the gui to generate mesh - netgen-doc : the doc for the netgen gui and some tutorial files - libnglib-dev : the static libraries and headers Regarding the development files, they are organized as follows for each - /usr/lib/libnglib[-version].so (shared libraries) - /usr/include/*.h* (header files for nglib library interface) Environment NETGENDIR is set by default to /usr/share/netgen. You can set by by using scripts /etc/profile.d/netgen.[c]sh. To enable these scripts to set it automatically you can make add the following lines to /etc/profile: # load config file in profile.d for i in /etc/profile.d/*.sh ; do if [ -r "$i" ]; then if [ "$PS1" ]; then . $i else . $i >/dev/null 2>&1 fi fi done and to /etc/bash.bashrc, /etc/skel/.bashrc or ~/.bashrc if ! shopt -q login_shell ; then # We're not a login shell # Only display echos from profile.d scripts if we are no login shell # and interactive - otherwise just process them to set envvars for i in /etc/profile.d/*.sh; do if [ -r "$i" ]; then if [ "$PS1" ]; then . $i else . $i >/dev/null 2>&1 fi fi done unset i fi -- Christophe Prud'homme , Wed Jan 4 15:05:23 2006