1 | INIshell␊ |
2 | ====================␊ |
3 | ␊ |
4 | Compilation from source on GNU/Linux:␊ |
5 | --------------------␊ |
6 | ␊ |
7 | ### From the command line␊ |
8 | ␊ |
9 | ```bash␊ |
10 | sudo apt install build-essential␊ |
11 | sudo apt install make␊ |
12 | sudo apt install qttools5-dev-tools␊ |
13 | sudo apt install libqt5xmlpatterns5-dev␊ |
14 | ```␊ |
15 | ␊ |
16 | ```bash␊ |
17 | cd inishell/␊ |
18 | qmake␊ |
19 | make␊ |
20 | ```␊ |
21 | ␊ |
22 | Compilation from source on Windows:␊ |
23 | --------------------␊ |
24 | ␊ |
25 | * Install Qt Creator␊ |
26 | * Import inishell.pro␊ |
27 | * Select your compiler kit␊ |
28 | * Build the project␊ |
29 | * Copy needed dlls from Qt installation directory alongside exe␊ |
30 | ␊ |
31 | ### Static linking␊ |
32 | ␊ |
33 | * Requires a static version of Qt␊ |