]> granicus.if.org Git - transmission/commitdiff
add to the qt client a note about building w/o DHT
authorCharles Kerr <charles@transmissionbt.com>
Fri, 28 Aug 2009 15:55:55 +0000 (15:55 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Fri, 28 Aug 2009 15:55:55 +0000 (15:55 +0000)
qt/README.txt

index f2831e2383dcd3c2181f95bb8abf00cf1ad92470..f65cb791f14bf162ec9d9bf815a6155560d9fe4d 100644 (file)
@@ -40,8 +40,10 @@ BUILDING
    3. If you want to use the OS'es libevent, edit qtr.pro:
       - LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
       + LIBS += -levent
-   4. In the qt/ directory, type "qmake-qt4 qtr.pro"
-   5. In the qt/ directory, type "make"
-   6. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"
+   4. If you built Transmission without DHT, edit qtr.pro:
+      - LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
+   5. In the qt/ directory, type "qmake-qt4 qtr.pro"
+   6. In the qt/ directory, type "make"
+   7. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"
       (Feel free to replace /usr with /usr/local or /opt or whatever)