X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/214960fb6d66ffcf6cd0dfb356b9cae0eac089e2..68abfefc451b6c8a67e8fbd79e5009cf656bde34:/BuildCVS.txt diff --git a/BuildCVS.txt b/BuildCVS.txt index 0feea2c139..55054813c4 100644 --- a/BuildCVS.txt +++ b/BuildCVS.txt @@ -17,6 +17,10 @@ a stand alone port without the infamous Cygwin.dll from http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32 +The makefile has small problems with Cygwin´s tools +so it is recommended not to use these (but MingGW32 +and its make.exe). + -> Set your path so that it includes the directory where your compiler and tools reside -> Assume that you installed the wxWindows sources @@ -25,33 +29,34 @@ a stand alone port without the infamous Cygwin.dll from to c:\wxWin\include\wx\msw\setup.h -> Edit c:\wxWin\include\wx\msw\setup.h so that most features are enabled (i.e. defined to 1) with - #define wxUSE_SOCKETS 1 + #define wxUSE_SOCKETS 0 #define wxUSE_HTML 1 #define wxUSE_THREADS 1 - #define wxUSE_FS_INET 1 + #define wxUSE_FS_INET 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 disbale 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 ----------------------------------------