$ gunzip fnorb-1.1.tar.gz
$ tar xvf fnorb-1.1.tar
$ ln -s Fnorb-1.1 Fnorb
$ cd Fnorb/src $ make -f Makefile.pre.in boot $ make
$ cp *.so /Where/You/Put/FnorbIf your installation shares a filesystem across multiple architectures a good place to put them would be in the platform specific directory of your Python library:
$ cp *.so .../python-1.5/lib/plat-sunos5
INSTALL_DIR=/Where/You/Put/Fnorb export PATH=$PATH:$INSTALL_DIR/Fnorb/script export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR
Or for csh like shells:
set INSTALL_DIR=/Where/You/Put/Fnorb setenv PATH {$PATH}:{$INSTALL_DIR}/Fnorb/script setenv PYTHONPATH {$PYTHONPATH}:{$INSTALL_DIR}You probably want to set these in your shell's initialisation scripts.