Wx-cvs

From AMule Project FAQ
Revision as of 19:45, 12 April 2006 by Ihmselbst (Talk | contribs)

Jump to: navigation, search

English | Español | Deutsch | Italiano


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 :-)