no real changes, just updated bakefile URL and fixed some spelling errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-25 13:01:28 +00:00
parent 24dfe91709
commit 0d61c16786

View File

@@ -31,10 +31,11 @@ including FreeBSD, Linux, Mac OS X, and various other operating systems.
-- Getting Started -- -- Getting Started --
First, you'll need to install Bakefile. You can always find the latest version First, you'll need to install Bakefile. You can always find the latest version
for download online at http://bakefile.sf.net. A binary installer is provided for download online at http://www.bakefile.org. A binary installer is provided
for Windows users, while users of Unix-based operating systems (OS) will need for Windows users, while users of Unix-based operating systems (OS) will need
to unpack the tarball and run configure && make && make install. (Packages for to unpack the tarball and run configure && make && make install. (binary
some distros are also available, check http://bakefile.sf.net for details.) packages for some Linux distributions are also available, check
http://www.bakefile.org/download.html for details).
-- Setting Up Your wx Build Environment -- -- Setting Up Your wx Build Environment --
@@ -213,7 +214,7 @@ make -f GNUmakefile DEBUG=1
In order to build the software in debug mode. In order to build the software in debug mode.
To simplify the building of wxWidgets-based projects, wxWidgets contains a a To simplify the building of wxWidgets-based projects, wxWidgets contains a
set of Bakefiles that automatically configure your build system to be set of Bakefiles that automatically configure your build system to be
compatible with wxWidgets. As you'll notice in the sample above, the sample compatible with wxWidgets. As you'll notice in the sample above, the sample
project uses the wx template. Once you've included the template, your software project uses the wx template. Once you've included the template, your software
@@ -237,7 +238,7 @@ options are:
WX_MONOLITHIC 0(default),1 Set this to 1 if you built wx WX_MONOLITHIC 0(default),1 Set this to 1 if you built wx
as a monolithic library as a monolithic library
WX_SHARED 0(default),1 Specify static or dynamic wx libs WX_SHARED 0(default),1 Specify static or dynamic wx libs
WX_UNICODE 0(defualt),1 Use ANSI or UNICODE wx libs WX_UNICODE 0(default),1 Use ANSI or UNICODE wx libs
WX_DEBUG 0,1(default) Use release or debug wx libs WX_DEBUG 0,1(default) Use release or debug wx libs
*WX_VERSION 25,26(default) Specify version of wx libs *WX_VERSION 25,26(default) Specify version of wx libs
@@ -250,7 +251,7 @@ these options.
-- bakefile_gen - Automated Bakefile Scripts -- -- bakefile_gen - Automated Bakefile Scripts --
If you have a large project, you can imagine that the calls to Bakefile would If you have a large project, you can imagine that the calls to Bakefile would
get more and more complex and unwieldly to manage. For this reason, a script get more and more complex and unwieldy to manage. For this reason, a script
called bakefile_gen was created, which reads in a .bkgen file that provides called bakefile_gen was created, which reads in a .bkgen file that provides
all the commands needed to build all the makefiles your project supports. A all the commands needed to build all the makefiles your project supports. A
discussion of how to use bakefile_gen is beyond the scope of this tutorial, discussion of how to use bakefile_gen is beyond the scope of this tutorial,