Changes between Version 9 and Version 10 of BuildingTransmissionQtWindows
- Timestamp:
- Feb 16, 2010, 6:40:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingTransmissionQtWindows
v9 v10 39 39 Start by downloading and installing the source in your workspace: 40 40 41 * curl http://download.m0k.org/transmission/files/transmission-1. 75.tar.bz2 -O42 * tar xvf transmission-1. 75.tar.bz241 * curl http://download.m0k.org/transmission/files/transmission-1.83.tar.bz2 -O 42 * tar xvf transmission-1.83.tar.bz2 43 43 44 We are using one patch [wiki:BuildingTransmissionQtWindows/transmission-1. 75-Qt-build.diff]; the download is done in one of the steps below.44 We are using one patch [wiki:BuildingTransmissionQtWindows/transmission-1.83-Qt-build.diff]; the download is done in one of the steps below. 45 45 46 46 Then: 47 47 48 * cd transmission-1. 7549 * curl "!http://trac.transmissionbt.com/wiki/BuildingTransmissionQtWindows/transmission-1. 75-Qt-build.diff?format=txt" -O transmission-1.75-Qt-build.diff50 * patch -p1 < transmission-1. 75-Qt-build.diff48 * cd transmission-1.83 49 * curl "!http://trac.transmissionbt.com/wiki/BuildingTransmissionQtWindows/transmission-1.83-Qt-build.diff?format=txt" -O transmission-1.83-Qt-build.diff 50 * patch -p1 < transmission-1.83-Qt-build.diff 51 51 * mingw32-configure --disable-nls --disable-largefile --disable-cli --disable-gtk 52 52 * make CFLAGS="-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -mms-bitfields -DSTATICLIB" … … 78 78 Finally create the installer: 79 79 80 * nsiswrapper --run --name "!QtTransmission" --outfile !QtTransmission-1. 75_installer.exe --installdir 'C:\Program Files\Transmission' /usr/i686-pc-mingw32/sys-root/mingw/bin/qtr.exe80 * nsiswrapper --run --name "!QtTransmission" --outfile !QtTransmission-1.83_installer.exe --installdir 'C:\Program Files\Transmission' /usr/i686-pc-mingw32/sys-root/mingw/bin/qtr.exe 81 81 82 82 That's it, now just copy the installer to Windows, I use ftp but of course I have a ftp server... haven't tried other means but scp (putty or OpenSSH) should work, also using a flash drive, or a Windows/Samba share.