Difference between revisions of "Wx-cvs"

From AMule Project FAQ
Jump to: navigation, search
(CVS italiano wxWidget)
Line 1: Line 1:
 
<center>
 
<center>
'''English''' | [[Wx-cvs-es|Español]] | [[Wx-cvs-de|Deutsch]]
+
'''English''' | [[Wx-cvs-es|Español]] | [[Wx-cvs-de|Deutsch]] | [[Wx-cvs-it|Italiano]]
 
</center>
 
</center>
  
  
  
To download [[wxWidgets]]'s latest version (experimental), get access to it's [http://www.gnu.org/software/cvs CVS] repository (you need to have [http://www.gnu.org/software/cvs CVS] installed on your system):
+
Per Scaricare [[wxWidgets]]nella ultima versione (Sperimentale), dovete accedere al CVS [http://www.gnu.org/software/cvs CVS] repository (Questo richiede che abbiate il  [http://www.gnu.org/software/cvs CVS] installato nel sistema):
  
Create a directory where you want to download the [[wxWidgets]] sources and switch into it:
+
Create la directori cove dovete scarivare [[wxWidgets]] i sorgenti e adateci dentro:
  
 
''mkdir ~/wx-cvs && cd ~/wx-cvs''
 
''mkdir ~/wx-cvs && cd ~/wx-cvs''
  
Now download all the [[wxWidgets]] sources there.
+
Ora Scaricate tutte le sourgenti [[wxWidgets]] da qui.
  
Use ''anoncvs'' login name and ''anoncvs'' as password. Setting the CVS_PASSWORD variable is optional (and obsolete with some versions of [http://www.gnu.org/software/cvs CVS]). You can login explicitly, instead, with [http://www.gnu.org/software/cvs CVS] login ID:
+
Usate ''anoncvs'' login come nome e ''anoncvs'' e' la password. Setting the CVS_PASSWORD variable is optional (and obsolete with some versions of [http://www.gnu.org/software/cvs CVS]). You can login explicitly, instead, with [http://www.gnu.org/software/cvs CVS] login ID:
  
 
''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login''
 
''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login''
Line 19: Line 19:
 
''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWidgets''
 
''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWidgets''
  
You're done :-)
+
ora va meglio :-)

Revision as of 14:43, 12 April 2006

English | Español | Deutsch | Italiano


Per Scaricare wxWidgetsnella ultima versione (Sperimentale), dovete accedere al CVS CVS repository (Questo richiede che abbiate il CVS installato nel sistema):

Create la directori cove dovete scarivare wxWidgets i sorgenti e adateci dentro:

mkdir ~/wx-cvs && cd ~/wx-cvs

Ora Scaricate tutte le sourgenti wxWidgets da qui.

Usate anoncvs login come nome e anoncvs e' la password. Setting the CVS_PASSWORD variable is optional (and obsolete with some versions of CVS). You can login explicitly, instead, with CVS login ID:

cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login

cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWidgets

ora va meglio :-)