- Timestamp:
- Jun 27, 2010, 8:17:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/qt/README.txt
r8999 r10902 1 STATUS2 3 This application is very new and is in beta. There may be bugs!4 Also, the name "QTransmission" is a placeholder.5 6 1 VOLUNTEERS WANTED 7 2 … … 9 4 - New translations are encouraged 10 5 - Windows devs: it would be interesting to see if/how this works on Windows 11 - Suggestions for a better name than "QTransmission" would be good ;)12 6 13 ABOUT QTRANSMISSION7 ABOUT TRANSMISSION-QT 14 8 15 QTransmissionis a GUI for Transmission loosely based on the GTK+ client.9 Transmission-qt is a GUI for Transmission loosely based on the GTK+ client. 16 10 17 11 This is the only Transmission client that can act as its own self-contained … … 38 32 1. Prerequisites: Qt >= 4.x and its development packages 39 33 2. Build Transmission as normal 40 3. If you want to use the OS'es libevent, edit qtr.pro: 41 - LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a 42 + LIBS += -levent 43 4. If you built Transmission without DHT, edit qtr.pro: 34 3. If you built Transmission without DHT, edit qtr.pro: 44 35 - LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a 45 5. In the qt/ directory, type "qmake-qt4 qtr.pro"46 6. In the qt/ directory, type "make"47 7. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"36 4. In the qt/ directory, type "qmake-qt4 qtr.pro" 37 5. In the qt/ directory, type "make" 38 6. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install" 48 39 (Feel free to replace /usr with /usr/local or /opt or whatever) 49 40
Note: See TracChangeset
for help on using the changeset viewer.