From dcea7e5783f6aa7a78d8ef37ab57426e816450ff Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 3 Aug 2010 02:01:10 +0000 Subject: [PATCH] (trunk qt) in the "building transmission-qt" section, add links to the building-on-windows and building-on-os-x wiki pages --- qt/README.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/qt/README.txt b/qt/README.txt index 6bc95929a..e6e48508f 100644 --- a/qt/README.txt +++ b/qt/README.txt @@ -24,7 +24,17 @@ ABOUT TRANSMISSION-QT The Qt client is also the most likely to wind up running on Windows, though that's not a high priority at the moment... -BUILDING +BUILDING ON WINDOWS + + rb07 has a writeup of this on the Transmission wiki: + https://trac.transmissionbt.com/wiki/BuildingTransmissionQtWindows + +BUILDING ON OS X + + nnc has a writeup of this on the Transmission wiki: + https://trac.transmissionbt.com/wiki/BuildingTransmissionQtMac + +BUILDING ON UNIX 1. Prerequisites: Qt >= 4.4 and its development packages 2. Build Transmission as normal @@ -32,4 +42,4 @@ BUILDING 4. In the qt/ directory, type "make" 5. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install" (Feel free to replace /usr with /usr/local or /opt or whatever) - +