~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-11-22 12:37:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122123714-b0xi4zxhgk5qwbmc
Tags: 0.93.dfsg-2
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
  fields (Leo "costela" Antunes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
Building a Transmission release from the command line:
20
20
 
21
 
    $ tar xvfz transmission-0.90.tar.gz
22
 
    $ cd transmission-0.90
 
21
    $ tar xvfj transmission-0.93.tar.bz2
 
22
    $ cd transmission-0.92
23
23
    $ ./configure -q && make -s
24
24
    $ su (if necessary for the next line)
25
25
    $ make install