]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0013.txt
Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)
[wxWidgets.git] / docs / tech / tn0013.txt
index afeaa56b1dfce3737b9e9a352963b818758e2dcb..4e4dc232901c3b813608e506fd729119872fde77 100644 (file)
@@ -16,17 +16,7 @@ below.
 
 a) Do a fresh checkout using the command
 
-   cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/packs/cvsroots/wxwidgets co wxGTK
-
-   NB: if you realize later that some needed files were not checked out
-       by this command, please modify CVSROOT/modules to include the missing
-       files so that it works for the next release!
-
-   You also need the samples and demos directories, so change to
-   wxWidgets directory created by the first cvs command and do "cvs up -d"
-   for each of them. Of course, you can also check out everything (use
-   wxWidgets module name instead of wxGTK) if the bandwidth and disk space
-   are not a problem.
+   svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk wxWidgets
 
 b) Create a build directory under wxWidgets, e.g. I use "gtk-release",
    "cd" to it and run configure: the options don't really matter, you can use