mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
Explain which steps can be skipped during an SVN up
This commit is contained in:
parent
1d6e20594d
commit
c3eb17cb76
1 changed files with 6 additions and 2 deletions
8
README
8
README
|
@ -26,12 +26,16 @@ Building a Transmission release from the command line:
|
|||
$ su (if necessary for the next line)
|
||||
$ make install
|
||||
|
||||
Building Transmission from SVN:
|
||||
Building Transmission from SVN (First Time):
|
||||
|
||||
$ svn co svn://svn.m0k.org/Transmission/trunk Transmission
|
||||
$ cd Transmission
|
||||
$ ./autogen.sh
|
||||
$ ./configure -q && make -s
|
||||
|
||||
If you miss the silence of
|
||||
Building Transmission from SVN (Updating):
|
||||
|
||||
$ cd Transmission
|
||||
$ svn up
|
||||
$ make -s
|
||||
|
||||
|
|
Loading…
Reference in a new issue