@@ -36,7 +36,7 @@ FreeBSD 10.1
3636
37371) pkg install git qt5-core qt5-widgets qt5-qmake qt5-buildtools
38382) git clone https://github.com/shinnok/johnny.git && cd johnny
39- 3) git checkout v2.0 # switch to the desired version
39+ 3) git checkout v2.1 # switch to the desired version
40404) /usr/local/lib/qt5/bin/qmake
41415) Edit the resulted Makefile and append ",-L,/usr/local/lib" to the LFLAGS line. Somehow
4242the clang++ spec of qmake ommits that on FreeBSD. The complete line should look like this:
@@ -53,7 +53,7 @@ Mint etc.
5353
54541) sudo apt-get install g++ git qtbase5-dev
55552) git clone https://github.com/shinnok/johnny.git && cd johnny
56- 3) git checkout v2.0 # switch to the desired version
56+ 3) git checkout v2.1 # switch to the desired version
57574) export QT_SELECT=qt5
58585) qmake && make -j$(nproc)
59596) ./johnny
@@ -64,7 +64,7 @@ Red Hat based distros
6464
65651) sudo yum install gcc-c++ git qt5-qtbase-devel
66662) git clone https://github.com/shinnok/johnny.git && cd johnny
67- 3) git checkout v2.0 # switch to the desired version
67+ 3) git checkout v2.1 # switch to the desired version
68684) qmake-qt5 && make -j$(nproc)
69695) ./johnny
7070
@@ -89,7 +89,7 @@ Assuming you survived up until now, let's proceed to the actual steps for
8989building the app for your system:
9090
91911) git clone https://github.com/shinnok/johnny.git && cd johnny
92- 2) git checkout v2.0 # switch to the desired version
92+ 2) git checkout v2.1 # switch to the desired version
93933) qmake # /usr/local/opt/qt5/bin/qmake for Homebrew
94944) make -j$(sysctl -n hw.ncpu)
95955) open ./johnny.app
0 commit comments