Skip to content

Instantly share code, notes, and snippets.

@kittinan
Created August 25, 2015 07:46
Show Gist options
  • Save kittinan/dd787ec1245f5ff9d053 to your computer and use it in GitHub Desktop.
Save kittinan/dd787ec1245f5ff9d053 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 shell script install zeal
#!/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