Compiling SuperFINIX

From Kraken Wiki
Revision as of 09: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.