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