Install

Installation in Linux

  1. Install the required package

    • For Debian/Ubuntu

      $ sudo aptitude install freeglut3-dev
      
    • For Red Hat Enterprise Linux/CentOS

      $ sudo yum install freeglut-devel.x86_64
      
  2. Install

    $ ./configure
    $ make
    $ make install
    

Then binary files src/fermisurfer and src/bxsf2frmsf are generated and copied into /usr/local/bin/.

For Mac OSX

  1. Install Xcode.

  2. Install

    $ ./configure
    $ make
    $ make install
    

Then binary files src/fermisurfer and src/bxsf2frmsf are generated and copied into /usr/local/bin/.

Installation in Windows

Use an executable bin/fermisurfer.exe . You can also compile fermisurfer manually by using freeglut library.