]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/install.txt
Removed old tests file and replaced with tcl version....
[wxWidgets.git] / docs / msw / install.txt
index aca8e609385aa3b127f60c38b8680d7050004ad0..a1d2132713658d3498ebdd10d4faf94c8f4aff62 100644 (file)
@@ -1,7 +1,7 @@
-Installing wxWindows 2.5.0
+Installing wxWindows 2.5.1
 --------------------------
 
-This is wxWindows 2.5.0 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
+This is wxWindows 2.5.1 for Microsoft Windows 9x/ME, Windows NT, Windows 2000
 and Windows XP. This is an unstable development release. Note that unstable in
 this context doesn't mean that it crashes a lot, just that the library API may
 change in backwards incompatible way during the 2.5 branch lifetime.
@@ -62,7 +62,7 @@ Where compiled files are stored
 -------------------------------
 
 After succesful compilation you'll find the libraries in a subdirectory
-of lib directory named after the compiler and DLL/staitc settings.
+of lib directory named after the compiler and DLL/static settings.
 A couple of examples:
 
   lib\vc_lib                    VC++ compiled static libraries
@@ -263,7 +263,7 @@ Metrowerks CodeWarrior compilation
 ----------------------------------
 
 1. CodeWarrior Pro7 project files in XML format are already
-   included in wxMSW-2.5.0.zip and the setup version.
+   included in wxMSW-2.5.1.zip and the setup version.
 
 2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if
    you are working from the CVS version) to make sure the settings reflect
@@ -473,6 +473,7 @@ OLD VERSIONS:
 - If using GnuWin32 b18, you will need to copy windres.exe
   from e.g. the MinGW distribution, to a directory in your path.
 
+
 Symantec & DigitalMars C++ compilation
 --------------------------------------
 The DigitalMars compiler is a free succssor to the Symantec compiler
@@ -480,16 +481,25 @@ and can be downloaded from http://www.digitalmars.com/
    
 1. You need to download and unzip in turn (later packages will overwrite
    older files)
-      Digital Mars C/C++ Compiler Version 8.34 or 8.35
+      Digital Mars C/C++ Compiler Version 8.38 or later
       Basic utilities
-   from http://www.digitalmars.com/download/freecompiler.html [26 Aug 03, CE]
+   from http://www.digitalmars.com/download/freecompiler.html
 
-2. Change directory to src\msw. Type 'make -f makefile.sc' to
+2. Change directory to build\msw and type 'make -f makefile.dmc' to
    make the wxWindows core library.
-3. Change directory to samples\minimal and type 'make -f makefile.sc'
+
+3. Change directory to samples\minimal and type 'make -f makefile.dmc'
    to make this sample. Most of the other samples also work.
 
 
+Note that if you don't have the files makefile.dmc you may create them yourself
+using bakefile tool according to the instructions in build\bakefiles\README:
+
+    cd build\bakefiles
+    bakefile_gen -f dmars -b wx.bkl
+    bakefile_gen -f dmars -b ../../samples/minimal/minimal.bkl
+
+
 16-bit compilation is no longer supported.
 
 Configuring the build
@@ -568,7 +578,7 @@ Advanced options
 ----------------
 
 MONOLITHIC=1
-  Starting with version 2.5.0, wxWindows has the ability to be built as 
+  Starting with version 2.5.1, wxWindows has the ability to be built as 
   several smaller libraries instead of single big one as used to be the case
   in 2.4 and older versions. This is called "multilib build" and is the
   default behaviour of makefiles. You can still build single library