Introduction · What's new · Programs · Downloads · Examples & Tutorials · Support · References
 
Untitled Document
Name: Version date: Platform: File size Link:
FullProf_Suite Windows Jan - 2010 Windows 9X/NT/2k/XP/Vista 41,657,866 Download
FullProf_Suite Linux Oct - 2009 Linux - PC 53,165,104 Download
FullProf_Suite Mac Mar - 2009 Mac OS - Intel 43,890,923 Download
INSTALLATION OF THE FULLPROF SUITE FOR WINDOWS
==============================================

Download the package, which is an executable file (installer), in a temporary directory and run it.
Follow the indications of the installer and pay attention not to use, for holding the files, directories
with blanks or non ASCII character in their names

INSTALLATION OF THE FULLPROF SUITE FOR Mac OS AND/OR LINUX
==========================================================

Download the file of the version you wish to install in your system from the WEB page of the FullProf Suite.
The steps to follow are the following:

General Mode (for all the users of the system)
----------------------------------------------
1.- Activate the super-user mode
2.- Create a directory in which you want to hold the programs of the FullProf_Suite.
    For instance: /Applications/FullProf_Suite in Mac OS or
    /usr/local/bin/FullProf_Suite in some Linux systems
3.- Copy the file FullProf_Suite_XXXNN_OP.tgz (XXX=Month NN=year, OP=Lin or Mac) in the
    directory just created in step 2
4.- Decompress the file .tgz with the following command:
     -> tar -xzvf FullProf_Suite_XXXNN_OP.tgz
5.- Tell the users to activate the environment variable FULLPROF in their configuration file (see below)

Local Mode (Installation for a single user)
-------------------------------------------
1.- Create a directory in which you want to hold the programs of the FullProf_Suite.
    e.g.: $HOME/FullProf_Suite
2.- For doing that you must execute the following commands:
     -> cd $HOME
     -> mkdir FullProf_Suite
     -> cd FullProf_Suite
3.- Copy the file FullProf_Suite_XXXNN_OP.tgz (XXX=Month NN=year, OP=Lin or Mac) in the
    directory just created in step 2
4.- Decompress the file .tgz with the following command:
     -> tar -xzvf FullProf_Suite_XXXNN_OP.tgz
5.- Modify the configuration file to activate the environment variable FULLPROF (see below)

Activation of the environment variable of the FullProf_Suite
------------------------------------------------------------
1.- Depending of the SHELL of the user the commands are different. The aim is to create the
    environment variable FULLPROF.
    To know what is the shell one is using you should execute the command:
    -> echo $SHELL

    Generally it is one of the following: Bourne (sh, bash), Korn(ksh), C(csh)

2.- From now we suppose we are using the Bourne of bash type. If you have another one you must
    consult how to do the equivalent commands we explain below.

3.- Edit the setting file of the user. In our case it should be in the root directory of
    the user and the name is .bashrc or .bash_profile

4.- Add the environment variable FULLPROF, that has as value the absolute path of the directory
    in which we have installed the programs of the FullProf Suite.

    For instance: FULLPROF=/Applications/FullProf_Suite (Mac OS)
                  FULLPROF=/opt/FullProf_Suite
                  FULLPROF=/usr/local/bin/FullProf_Suite

5.- Add the above directory to the PATH variable
                  PATH=$FULLPROF:$PATH
6.- Export the defined variable
                  export FULLPROF
7.- The changes will be effective on opening a new terminal window. To verify that everything is OK,
    just type in your terminal the command:
    -> echo $FULLPROF
    The system will show the directory in which you have installed the programs.

After doing all the above steps all the programs of the FullProf Suite are available from whatever
working directory. If you need to update the FullProf Suite you just have to do the steps 3 and 4 of the
General or Local mode described above. Only in the case you decide to use another directory you have to
redefine the environment variable. You can use the programs in console mode or use the toolbar (command
tfp) to access the different programs.

Depending of your installation you may need to install the libraries of OpenMotif version 2.2 or 2.3.
Do that only in case one of the GUIs doesn't work and you see a message of the form:
  "libXm.so.3" not available
or something similar.

(c)2008 The FullProf Team