diff --git a/macssh/www/FAQ.html b/macssh/www/FAQ.html index 678b166..a805916 100755 --- a/macssh/www/FAQ.html +++ b/macssh/www/FAQ.html @@ -91,9 +91,25 @@ If you want to contribute, you're welcome !
Where can I get the sources of MacSSH ?
-you can download the full sources archive (about 6 MBytes) at www.lysator.liu.se either using http or using ftp
-note that you'll need Metrowerks CodeWarrior Pro 6 to compile all the projects.
- +MacSSH sources are now available on sourceforge via anonymous cvs server:
+
+ with MacCVS:
+
+ CVSROOT:anonymous@cvs.macssh.sourceforge.net:/cvsroot/macssh
+ authentication: Password ("pserver")
+ then checkout module "MacSSH" in an empty folder
+
+ with MacCVS Pro:
+
+ Default module: MacSSH
+ Server hostname: cvs.macssh.sourceforge.net
+ CVS Root: /cvsroot/macssh
+ Authentication method: Password
+ CVS User Name: anonymous
+ CVS Password: (empty)
+ then checkout default module.
+
+ note that you'll need Metrowerks CodeWarrior Pro 6 to compile all the projects.