Skip to content

Commit 7feeec2

Browse files
committed
Merge pull request #78 from math07/installFile
Update INSTALL to 2.1
2 parents 2dc3c01 + eef723b commit 7feeec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FreeBSD 10.1
3636

3737
1) pkg install git qt5-core qt5-widgets qt5-qmake qt5-buildtools
3838
2) 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
4040
4) /usr/local/lib/qt5/bin/qmake
4141
5) Edit the resulted Makefile and append ",-L,/usr/local/lib" to the LFLAGS line. Somehow
4242
the clang++ spec of qmake ommits that on FreeBSD. The complete line should look like this:
@@ -53,7 +53,7 @@ Mint etc.
5353

5454
1) sudo apt-get install g++ git qtbase5-dev
5555
2) 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
5757
4) export QT_SELECT=qt5
5858
5) qmake && make -j$(nproc)
5959
6) ./johnny
@@ -64,7 +64,7 @@ Red Hat based distros
6464

6565
1) sudo yum install gcc-c++ git qt5-qtbase-devel
6666
2) 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
6868
4) qmake-qt5 && make -j$(nproc)
6969
5) ./johnny
7070

@@ -89,7 +89,7 @@ Assuming you survived up until now, let's proceed to the actual steps for
8989
building the app for your system:
9090

9191
1) 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
9393
3) qmake # /usr/local/opt/qt5/bin/qmake for Homebrew
9494
4) make -j$(sysctl -n hw.ncpu)
9595
5) open ./johnny.app

0 commit comments

Comments
 (0)