diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-03-19 20:49:54 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-03-19 20:49:54 +0000 |
commit | 31c3b1068d94eae33f5d504622df77cf65019d6d (patch) | |
tree | f3696774bf4cc46781d64c93054b675d757445f4 /doc | |
parent | ccef7158f55f0e1c670d2d9d6e6642dc1207a0d9 (diff) | |
download | wireshark-31c3b1068d94eae33f5d504622df77cf65019d6d.tar.gz wireshark-31c3b1068d94eae33f5d504622df77cf65019d6d.tar.bz2 wireshark-31c3b1068d94eae33f5d504622df77cf65019d6d.zip |
Small update reagarding debian builds
svn path=/trunk/; revision=41678
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.qt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt index 58b10926ad..5e538e48ce 100644 --- a/doc/README.qt +++ b/doc/README.qt @@ -121,7 +121,9 @@ XXX: (WMeier): I've not had too much satisfaction using the "native Windows debu Install the Qt libraries and Qt Creator via your package manager or from http://qt.nokia.com/downloads/. On Debian and Ubuntu the "qt-sdk" meta-package should provide everything you need. Build the top-level directory using CMake -(no out of tree builds yet). Inside ui/qt/ do "qtcreate QtShark.pro". +(see section "Using cmake" above). +As an alternative do an in-tree build without QT and then inside ui/qt/ do +"qtcreate QtShark.pro". 2. Going forward |