Skip to content

Commit

Permalink
Merge pull request #78 from math07/installFile
Browse files Browse the repository at this point in the history
Update INSTALL to 2.1
  • Loading branch information
shinnok committed Aug 4, 2015
2 parents 2dc3c01 + eef723b commit 7feeec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FreeBSD 10.1

1) pkg install git qt5-core qt5-widgets qt5-qmake qt5-buildtools
2) git clone https://github.com/shinnok/johnny.git && cd johnny
3) git checkout v2.0 # switch to the desired version
3) git checkout v2.1 # switch to the desired version
4) /usr/local/lib/qt5/bin/qmake
5) Edit the resulted Makefile and append ",-L,/usr/local/lib" to the LFLAGS line. Somehow
the clang++ spec of qmake ommits that on FreeBSD. The complete line should look like this:
Expand All @@ -53,7 +53,7 @@ Mint etc.

1) sudo apt-get install g++ git qtbase5-dev
2) git clone https://github.com/shinnok/johnny.git && cd johnny
3) git checkout v2.0 # switch to the desired version
3) git checkout v2.1 # switch to the desired version
4) export QT_SELECT=qt5
5) qmake && make -j$(nproc)
6) ./johnny
Expand All @@ -64,7 +64,7 @@ Red Hat based distros

1) sudo yum install gcc-c++ git qt5-qtbase-devel
2) git clone https://github.com/shinnok/johnny.git && cd johnny
3) git checkout v2.0 # switch to the desired version
3) git checkout v2.1 # switch to the desired version
4) qmake-qt5 && make -j$(nproc)
5) ./johnny

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

1) git clone https://github.com/shinnok/johnny.git && cd johnny
2) git checkout v2.0 # switch to the desired version
2) git checkout v2.1 # switch to the desired version
3) qmake # /usr/local/opt/qt5/bin/qmake for Homebrew
4) make -j$(sysctl -n hw.ncpu)
5) open ./johnny.app
Expand Down

0 comments on commit 7feeec2

Please sign in to comment.