INSTALL 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. =================================================================
  2. $Id: INSTALL 3365 2008-03-22 15:03:03Z b4rt $
  3. =================================================================
  4. Transmission 1.06 and Transmission 0.96
  5. ---------------------------------------
  6. 1. Get the Transmission Source Code Release from
  7. http://www.transmissionbt.com/
  8. 2. Untar the package into a directory.
  9. tar -jxvf transmission-<version>.tar.bz2
  10. 3. Untar the tfb-package into a directory.
  11. tar -jxvf Transmission-<version>_tfCLI-<version>.tar.bz2
  12. 4. Copy the content of the tfb-package extracted in 3. to the
  13. Transmission-Directory extracted in 2. (overwriting files).
  14. FreeBSD only: Apply the patch "freebsd.patch" (file was just
  15. copied to the Transmission-Directory)
  16. 5. Build + Install transmissioncli, instructions about how to
  17. do this can be found in the Transmission-Documentation.
  18. Transmission 0.72
  19. -----------------
  20. 1. Untar the package into a directory.
  21. tar -jxvf Transmission-0.72_tfCLI-svn3318.tar.bz2
  22. 2. Build + Install transmissioncli.
  23. Go to the directory just extracted and execute :
  24. ./configure --disable-gtk
  25. make
  26. make install
  27. Note: It may be called 'make' or 'gmake' depending on
  28. your system.