X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=dev-notes%2Fbuild-static-quassel.txt;h=bc9d4d309a4abff8a3a312f16d0ec8da162e68d7;hb=332069a1830ed3a055ac6f2d7661bae1cc83e40c;hp=82c05c45d2cd820aa224b6d7d2a9ccc0fd106557;hpb=1b52fa78804ac603b7622be7018dabc81d2ec29d;p=quassel.git diff --git a/dev-notes/build-static-quassel.txt b/dev-notes/build-static-quassel.txt index 82c05c45..bc9d4d30 100644 --- a/dev-notes/build-static-quassel.txt +++ b/dev-notes/build-static-quassel.txt @@ -14,8 +14,8 @@ and OpenSSL. Note that these are just hints that work for me; ymmv. -prefix /usr/local/Trolltech/qt-4.4-static To only build non-X dependent parts of Qt: - for i in `cat - /path/to/quassel/dev-notes/QT4_TARGET_DIRECTORIES`; do make -C $i; done + + for i in `cat /path/to/quassel/dev-notes/QT4_TARGET_DIRECTORIES`; do make -C $i; done NOTE: This has not really been tested and may or may not be working for you. If in doubt, follow the official route and just do make