Compiling SuperFINIX
Revision as of 08:59, 30 January 2024 by Ville Valtavirta (talk | contribs) (Created page with "SuperFINIX is Kraken's fuel behaviour solver. It is written in C and build instructions are provided for Linux. === Linux === * Can be built using <tt>build.sh</tt> in t...")
SuperFINIX is Kraken's fuel behaviour solver. It is written in C and build instructions are provided for Linux.
Linux
- Can be built using build.sh in the repository top folder.
- Requires FINIX repository to exist (or be linked) at the same folder as the SuperFINIX repository (but not inside the SuperFINIX repository).
- Uses GD graphics library for geometry plotting (libgd-dev on Ubuntu).
- Graphics capabilities and this dependency can be switched off at compile time by setting use_gfx to FALSE in CMakeLists.txt.
Windows
Currently not available.