Install

Installation in Linux and macOS

  1. Install the required package

    • For Debian/Ubuntu

      $ sudo aptitude install libwxgtk3.0-dev
      
    • For Red Hat Enterprise Linux/CentOS

      $ sudo yum install wxGTK3-devel.x86_64
      
    • macOS (Homebrew)

      $ brew install wxmac
      
    • macOS (Mac Ports)

      $ port install wxWidgets-3.0
      
  2. Install

    $ ./configure
    $ make
    $ sudo make install
    

Then a binary file src/fermisurfer is generated and copied into /usr/local/bin/.

Installation in Windows

Download the binary file.

Alternatively, we can build FermiSurfer by ourselves after we install wxWidgets library. We can use fermisurfer.vcxproj together with VisualStudio.