WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • 940c963784485990ca4fdd5a35f9d1c718255635
  • 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
  • reisecker's avatar
    Michael Reisecker authored
    I always expect something to happen on Strg+F in the preview... so the find function has been implemented.
    
    Outource some code instead of tripling it. Closing the preview via key
    board is a bit more intuitive (strg+w closes one tab after the other
    until it finally closes the main window).
    940c9637
    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