Mercurial > trustbridge
comparison INSTALL @ 1262:dcce1e7201e2
Make sure that the bin dir is created before adding it to the path
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 16:02:16 +0200 |
parents | eb4d7337edd7 |
children | 827abc0923a8 |
comparison
equal
deleted
inserted
replaced
1261:8bfbfd4ea568 | 1262:dcce1e7201e2 |
---|---|
12 For build dependencies please refer to the Qt documentation | 12 For build dependencies please refer to the Qt documentation |
13 ( qtbase/src/plugins/platforms/xcb/README ). | 13 ( qtbase/src/plugins/platforms/xcb/README ). |
14 Polarssl needs cmake and build-essentials. | 14 Polarssl needs cmake and build-essentials. |
15 | 15 |
16 export YOURPREFIX=<Prefix of your choice (default /usr)> | 16 export YOURPREFIX=<Prefix of your choice (default /usr)> |
17 mkdir -p $YOURPREFIX/bin | |
17 export PATH=$YOURPREFIX/bin:$PATH | 18 export PATH=$YOURPREFIX/bin:$PATH |
18 | 19 |
19 curl https://download.qt-project.org/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz.mirrorlist | grep SHA-256 | 20 curl https://download.qt-project.org/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz.mirrorlist | grep SHA-256 |
20 7f5bf93344cb57bac374ea4a32c8eda87f1357f998f14278e717cf84d0289bf0 | 21 7f5bf93344cb57bac374ea4a32c8eda87f1357f998f14278e717cf84d0289bf0 |
21 | 22 |