HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of net-p2p/transmission/1.42/2


Ignore:
Timestamp:
01/10/09 17:45:18 (7 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net-p2p/transmission/1.42/2

    v1 v2  
    1   
     1 Compiling from source 
     2----------------------------------- 
     3http://mirrors.m0k.org/transmission/files/transmission-1.42.tar.bz2 [[BR]] 
     4apply patch [[BR]] 
     5patch -p0 < transmission-1.42-haiku-rev2.diff [[BR]] 
     6in configure.ac  , remove  -Wdeclaration-after-statement [[BR]] 
     7 
     8 
     9update config.guess config.sub [[BR]] 
     10libtoolize --force --copy [[BR]] 
     11autoreconf --force --install -I config -I m4 [[BR]] 
     12./configure --prefix=/boot/common LDFLAGS="-lnetwork -lintl" [[BR]] 
     13make [[BR]] 
     14 
     15The binaries are located in $(topsrcdir)/cli , $(topsrcdir)/daemon  [[BR]] 
     16 
     17 
     18 
     19Installing + Configuring 
     20------------------------------------ 
     21Feel free to copy or symlink transmission-daemon, transmission-remote, and transmissioncli to /boot/common/bin [[BR]] [[BR]] 
     22 
     23web/*  needs to be copied to /boot/common/share/transmission/web/ [[BR]] 
     24See http://trac.transmissionbt.com/wiki/HeadlessUsage for how to configure Transmission to be used with the Web Client. [[BR]] [[BR]] 
     25 
     26settings.json needs to be copied to /boot/home/config/settings/Transmission-daemon [[BR]] 
     27See http://trac.transmissionbt.com/wiki/EditConfigFiles#GTKDaemonCLI for additional details [[BR]] [[BR]] 
     28 
     29Once transmission-daemon is properly configured, the Web Client can be accessed via http://127.0.0.1:9091/ [[BR]] [[BR]] 
     30 
     31Finally, http://www.transmissionbt.com/links.php contains links to 3rdparty software, [[BR]] 
     32 such as Python API Bindings and Python based clients. [[BR]] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/