**Linux install** To only install IMP, download and run (as root) the file (you may have to do a chmod a+x linuximpinstall first) (The script uses $USER as a username for downloading, so set this one to your cba login first.) puh.cb.uu.se:/usr/users/joakim/imp/public/distro/linuximpinstall ################# #Script version su #without '-' to keep USER cd /tmp scp $USER@puh.cb.uu.se:/usr/users/joakim/imp/public/distro/linuximpinstall . chmod u+x linuximpinstall ./linuximpinstall source /etc/profile.d/IMP.sh ################# You need xlib (including xlib-devel) and some motif (openmotif or lesstif) including devel packages to compile IMP. To read jpeg images you also need djpeg (in libjpeg_progs*.rpm) **JLib** To install JLib (recommended), download and run (as root) the following file puh.cb.uu.se:/usr/users/joakim/imp/public/distro/linuxjlibinstall To have your personal imp (with JLib) on your Linux machine, first install the global JLib as above, then follow instructions in $JLIB_HOME/README ################# #Script version su #without '-' to keep USER cd /tmp scp $USER@puh.cb.uu.se:/usr/users/joakim/imp/public/distro/linuxjlibinstall . chmod u+x linuxjlibinstall ./linuxjlibinstall source /etc/profile.d/jlib.sh ################# **Cygwin install** To install IMP on Cygwin (under windows), follow the instructions in puh.cb.uu.se:/usr/users/joakim/imp/public/distro/cygwinimpinstall **Upgrade to JLib 3.0** A full reinstall of both IMP and jlib is the easiest way to do this. First it is best to get rid of old versions of IMP and jlib. To do that, download and run (as root) the following file puh.cb.uu.se:/usr/users/joakim/imp/public/distro/linuximpjlibuninstall Then proceed with the normal installation. Sorry for this inconvenience, but there are quite many changes that needs to be updated. -- Please tell me if anything went wrong (and how you fixed it). /Joakim Last edit: 2003-07-02