Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created August 14, 2013 13:09
Show Gist options
  • Save vittorioromeo/6230884 to your computer and use it in GitHub Desktop.
Save vittorioromeo/6230884 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo echo "pass"
folder="./qt-creator/"
mkdir ${folder}
git clone "https://git.gitorious.org/qt-creator/qt-creator.git" ${folder}
(cd ${folder} && git stash && git pull -f origin master && qmake-qt5 -r && make -j8 && sudo make install -j8 INSTALL_ROOT=/usr/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment