(trunk) update README

This commit is contained in:
Charles Kerr 2009-06-20 01:31:34 +00:00
parent d63a1eb4ba
commit f16aa63adf
1 changed files with 9 additions and 0 deletions

9
README
View File

@ -26,6 +26,14 @@ Building a Transmission release from the command line:
$ su (if necessary for the next line)
$ make install
Building Transmission from the nightly builds:
Download a tarball from http://build.transmissionbt.com/job/trunk-linux-inc/
and follow the steps from the previous section.
If you're new to building programs from source code, this is typically
easier than building from SVN.
Building Transmission from SVN (First Time):
$ svn co svn://svn.m0k.org/Transmission/trunk Transmission
@ -39,6 +47,7 @@ Building Transmission from SVN (Updating):
$ cd Transmission
$ make clean
$ svn up
$ ./update-version-h.sh
$ make -s
$ su (if necessary for the next line)
$ make install