Created
August 25, 2015 07:46
-
-
Save kittinan/dd787ec1245f5ff9d053 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 shell script install zeal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/zealdocs/zeal.git | |
cd zeal | |
sudo apt-get install libarchive-dev libxcb-keysyms1-dev libqt5webkit5-dev libqt5x11extras5-dev -y | |
sudo apt-get remove appmenu-qt5 -y | |
qmake | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment