diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:03:21 +0000 |
commit | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (patch) | |
tree | 8ff0c0747d9d6438c6411ba57bcffd7476fce523 /x11/qt2-libs/MESSAGE | |
parent | 273821c4d377411699fe450ab9d48f7e5933d9b6 (diff) | |
download | pkgsrc-d3db18607dbb7d59aeab9f0f846bad1948e95a7e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'x11/qt2-libs/MESSAGE')
-rw-r--r-- | x11/qt2-libs/MESSAGE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/qt2-libs/MESSAGE b/x11/qt2-libs/MESSAGE new file mode 100644 index 00000000000..db4ce5e70a8 --- /dev/null +++ b/x11/qt2-libs/MESSAGE @@ -0,0 +1,20 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 22:11:28 zuntum Exp $ + +To allow this package to coexist with other versions of Qt +it has been installed in ${PREFIX}/qt2/{bin,include,lib,doc}. + +You should be able to select this version of Qt when compiling +programs which use it by ensuring that + +1) QTDIR is set to ${PREFIX}/qt2 + +2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt2" + +3) you may also have to put ${PREFIX}/qt2/bin in your PATH + +To access Qt-2 man pages add ${PREFIX}/qt2/doc/man to your MANPATH +environment variable. Note that the Qt-2 man pages are installed +here to avoid conflicts with man pages of other Qt versions. + +====================================================================== |