]> git.saurik.com Git - wxWidgets.git/blobdiff - BuildCVS.txt
Replaced (char*)wxFNCONV with (const char*)wxFNCONV
[wxWidgets.git] / BuildCVS.txt
index 71ee27375cae1edc73bc6677b3a9eac9a8a89ada..55054813c47711bdc66937864e685d8b97a42fa2 100644 (file)
@@ -30,34 +30,33 @@ and its make.exe).
 -> Edit c:\wxWin\include\wx\msw\setup.h so that
    most features are enabled (i.e. defined to 1) with
    #define wxUSE_SOCKETS       0
-   #define wxUSE_HTML          0
+   #define wxUSE_HTML          1
    #define wxUSE_THREADS       1
    #define wxUSE_FS_INET       0
-   #define wxUSE_FS_ZIP        0
+   #define wxUSE_FS_ZIP        1
    #define wxUSE_BUSYINFO      1
    #define wxUSE_DYNLIB_CLASS  1
    #define wxUSE_ZIPSTREAM     1
    #define wxUSE_JPEGLIB       1
    #define wxUSE_PNGLIB        1
 
-   and disable iostreams with
+   and iostreams ares disabled with
    #define wxUSE_STD_IOSTREAM   0
 -> type: cd c:\wxWin\src\msw
 -> type: make -f makefile.g95
 
-II) Unix using plain makefiles.
-----------------------------------------
+II) GTK port on Unix using plain makefiles.
+------------------------------------------
 
 Set WXWIN environment variable to the base directory such
 as ~/wxWindows
 
 -> type: export WXWIN=~/wxWindows
-
-Edit ~/wxWindows/src/make.env as you wish.
+-> edit ~/wxWindows/src/gtk.env as you wish.
 -> type: cd ~/wxWindows/src/gtk
 -> type: cp ./setup0.h setup.h
--> type: make -f makefile.unx gtk
--> pray
+-> type: make
+
 
 III) Windows using configure
 ----------------------------------------