WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • 5e4bacf3ab5b237212c9cc13781f55a043ca6391
  • master default protected
  • backports_2.1.0
  • release_test
  • v2.1.1
  • v2.1.0
  • v2.0.8
  • v2.0.7
  • v2.0.6
  • v2.0.5
  • v2.0.4
  • v2.0.3
  • v2.0.3beta
  • v2.0.2beta
  • v2.0.1beta
15 results

inishell

  • Clone with SSH
  • Clone with HTTPS
  • Mathias Bavay's avatar
    Mathias Bavay authored
    Moreover, one color used in meteoIO_filters has been tweaked to be more visible in dark theme
    5e4bacf3
    History

    INIshell

    Compilation from source on GNU/Linux:

    From the command line

    sudo apt install build-essential
    sudo apt install make
    sudo apt install qttools5-dev-tools
    sudo apt install libqt5xmlpatterns5-dev
    cd inishell/
    qmake
    make

    Compilation from source on Windows:

    • Install Qt Creator
    • Import inishell.pro
    • Select your compiler kit
    • Build the project
    • Copy needed dlls from Qt installation directory alongside exe

    Static linking

    • Requires a static version of Qt