Browse Source

Fix indentation

[ci skip]
master
probonopd 7 years ago
committed by GitHub
parent
commit
002f1e62a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      README.md

14
README.md

@ -89,12 +89,12 @@ sudo: require
dist: trusty dist: trusty
before_install: before_install:
- sudo add-apt-repository ppa:beineri/opt-qt592-trusty -y - sudo add-apt-repository ppa:beineri/opt-qt592-trusty -y
- sudo apt-get update -qq - sudo apt-get update -qq
install: install:
- sudo apt-get -y install qt59base - sudo apt-get -y install qt59base
- source /opt/qt*/bin/qt*-env.sh - source /opt/qt*/bin/qt*-env.sh
script: script:
- qmake CONFIG+=release PREFIX=/usr - qmake CONFIG+=release PREFIX=/usr
@ -147,9 +147,9 @@ __CMake__ wants `DESTDIR` instead:
__autotools__ (the dinosaur that spends precious minutes "checking...") wants `DESTDIR` too but insists on an absolute link which we can feed it using readlink: __autotools__ (the dinosaur that spends precious minutes "checking...") wants `DESTDIR` too but insists on an absolute link which we can feed it using readlink:
``` ```
- ./configure --prefix=/usr - ./configure --prefix=/usr
- make -j$(nproc) - make -j$(nproc)
- make install DESTDIR=$(readlink -f appdir) ; find appdir/ - make install DESTDIR=$(readlink -f appdir) ; find appdir/
``` ```
Caution if you encounter Caution if you encounter

Loading…
Cancel
Save