Friday, October 21, 2005

Compile MalariaModel

A small howto if you want to compile malariaModel:
  1. Download and install the fortran compiler, you can get the source code here To install it, you just have to read the instructions. If you put the compiler in the default directory, you will need to add the directory in the path.
  2. You need: xerces, gsl and glut, to install it:
    sudo apt-get install freeglut3-dev libxerces26-dev libgsl0-dev 
  3. Run the autogen.sh script, to create the configure script:
    ./autogen.sh

  4. Run the configure script, it will check that everything is correctly installed, you should not have any error (if it is the case, you did not install everything correctly)

  5. compile the program:
    make

0 Comments:

Post a Comment

<< Home