Difference between revisions of "Wx-cvs"
From AMule Project FAQ
(CVS italiano wxWidget) |
Vollstrecker (Talk | contribs) m (Corrected Spelling of Español in language selection) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<center> | <center> | ||
− | '''English''' | [[Wx-cvs- | + | '''English''' | |
+ | [[Wx-cvs-de|Deutsch]] | | ||
+ | [[Wx-cvs-es|Español]] | | ||
+ | [[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): | |
− | Create | + | Create a directory where you want to download the [[wxWidgets]] sources and switch into it: |
''mkdir ~/wx-cvs && cd ~/wx-cvs'' | ''mkdir ~/wx-cvs && cd ~/wx-cvs'' | ||
− | + | Now download all the [[wxWidgets]] sources there. | |
− | + | 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: | |
''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 22: | ||
''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 :-) |
Latest revision as of 13:56, 24 September 2008
To download wxWidgets's latest version (experimental), get access to it's CVS repository (you need to have CVS installed on your system):
Create a directory where you want to download the wxWidgets sources and switch into it:
mkdir ~/wx-cvs && cd ~/wx-cvs
Now download all the wxWidgets sources there.
Use anoncvs login name and anoncvs as 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
You're done :-)