mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
(trunk) update README
This commit is contained in:
parent
d63a1eb4ba
commit
f16aa63adf
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
@ -26,6 +26,14 @@ Building a Transmission release from the command line:
|
||||||
$ su (if necessary for the next line)
|
$ su (if necessary for the next line)
|
||||||
$ make install
|
$ 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):
|
Building Transmission from SVN (First Time):
|
||||||
|
|
||||||
$ svn co svn://svn.m0k.org/Transmission/trunk Transmission
|
$ svn co svn://svn.m0k.org/Transmission/trunk Transmission
|
||||||
|
@ -39,6 +47,7 @@ Building Transmission from SVN (Updating):
|
||||||
$ cd Transmission
|
$ cd Transmission
|
||||||
$ make clean
|
$ make clean
|
||||||
$ svn up
|
$ svn up
|
||||||
|
$ ./update-version-h.sh
|
||||||
$ make -s
|
$ make -s
|
||||||
$ su (if necessary for the next line)
|
$ su (if necessary for the next line)
|
||||||
$ make install
|
$ make install
|
||||||
|
|
Loading…
Reference in a new issue