Quick installation procedure ============================ 1. Unpacking: gunzip PerMuVAR-*.tar.gz tar xvf PerMuVAR-*.tar cd PerMuVAR-*/ 2. Configuration: ./configure Or, if you want to use the dynamic module GLIP (recommended): ./configure --enable-glip If configure does not find MuPAD, or if you want to override the default location, you can use something like: MUPADdir=/usr/local/MuPAD-2.0.0 ./configure Here is the complete list of variables you can override: MUPADdir: The root directory of MuPAD (i.e. MUPAD_ROOT_PATH) MUPADbindir: The directory containing MuPAD's programs Default: $MUPADdir/share/bin MUPAD: MuPAD itself Default: $MUPADbindir/mupad MUPAD_MMG: The module generator for MuPAD Default: $MUPADbindir/mmg MUPADmodulesdir: Where to install the dynamic modules Default: $MUPADdir//modules 3. Compilation: make 4. Tests (optional): make check 5. Installation (optional): make install By default PerMuVAR gets installed in /usr/local/share/PerMuVAR. If you want to change this, you can call configure with the options --prefix or --datadir: './configure --datadir=/usr/local'. Type 'configure --help' for details. 6. MuPAD configuration MuPAD needs to be told where to find PerMuvar. Add the following line in your initialization file for MuPAD (usually ~/.mupadinit), or ask your system administrator to add this line to the system wide initialization file (usually /share/lib/.mupadsysinit). LIBPATH:=/share/lib/,LIBPATH: Where is the directory where PerMuVAR is installed, e.g. /usr/local/share/PerMuVAR. If you skipped the installation step, add the following lines instead: LIBPATH :="/share/lib",LIBPATH: READPATH:="/GLIPmod": Where is the directory where PerMuVAR has been unpacked, e.g. /tmp/PerMuVAR-0.199.1 if you unpacked it from /tmp. 7. That's all folks! See the file 'Tutorial.mu' for getting started with PerMuVAR, and have fun!