Install from sources

Before installing GeoFIS from sources, you’ll need to ensure that some prerequisites are installed.

Download and Unpack GeoFIS source code package:

To build GeoFIS, run in command-line (use MSYS command-line on Windows):

make 
make install

GeoFIS will be installed by default in current working directory.
To install GeoFIS in other directory:

make INSTALL_PATH="path_to_install" install

To remove GeoFIS installation:

make clean

From installation directory, just launch GeoFIS:

geofis.exe on Windows
geofis.sh on Linux

By installing GeoFIS you accept the CeCILL free software license agreement