Browse Source

No need to be root when installing locally?

[ci skip]
master
probonopd 8 years ago
committed by GitHub
parent
commit
5fe2c8abd4
  1. 2
      README.md

2
README.md

@ -77,7 +77,7 @@ install:
script: script:
- qmake PREFIX=/usr - qmake PREFIX=/usr
- make -j4 - make -j4
- sudo make INSTALL_ROOT=appdir install ; sudo chown -R $USER appdir ; find appdir/ - make INSTALL_ROOT=appdir install ; find appdir/
after_success: after_success:
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"

Loading…
Cancel
Save