]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0013.txt
Put sample code back in, removed during conversion to Doxygen
[wxWidgets.git] / docs / tech / tn0013.txt
index 6b170e754a51b5a67b08827446d1ec9cf99d164e..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, demos and contrib 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