Update:
		Corrected anonymous URL in README.developer


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2109 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.6rc1
Nate Bargmann, N0NB 2006-07-10 04:01:15 +00:00
rodzic 740db1b127
commit b995a173d2
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -97,12 +97,12 @@ General Guidelines.
If you just want to recompile the library, please refer
to the INSTALL file.
This document introduces with hacking the code of Hamlib.
This document introduces hacking the code of Hamlib.
1.1 Obtaining sources: anonymous (pserver) cvs checkout
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/hamlib login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/hamlib co -P hamlib
cvs -d:pserver:anonymous@hamlib.cvs.sourceforge.net:/cvsroot/hamlib login
cvs -z3 -d:pserver:anonymous@hamlib.cvs.sourceforge.net:/cvsroot/hamlib co -P hamlib
When prompted for a password for anonymous, simply press the Enter key.
The check out has only to be done the first time.