1
0
Fork 0
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:
Charles Kerr 2007-08-20 02:41:32 +00:00
parent 1d6e20594d
commit c3eb17cb76

8
README
View file

@ -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