]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/BUILD.txt
Native Smartphone wxTextCtrl.
[wxWidgets.git] / wxPython / docs / BUILD.txt
index df4843acea8eec17e4b673ac55803c53c8874ba2..1b59bc8a69e54cbe2c5b61ee5fdb36ca81970aef 100644 (file)
@@ -97,7 +97,7 @@ place, then do the same for wxPython.
                     --enable-monolithic \
 
    By default GTK2 will be selected if it is on your build system.  To
-   force the use of GTK 1.2.x then add::
+   force the use of GTK 1.2.x add this flag::
 
                      --disable-gtk2 \
 
@@ -131,7 +131,7 @@ place, then do the same for wxPython.
    command but there are other libraries besides the main wxWidgets
    libs that also need to be built so again I make a script to do it
    all for me so I don't forget anything.  This time it is called
-   ".make" (I use the leading ".  so when I do ``rm -r *`` in my build
+   ".make" (I use the leading "."  so when I do ``rm -r *`` in my build
    dir I don't lose my scripts too.)  This is what it looks like::
 
         make $* \
@@ -188,11 +188,11 @@ place, then do the same for wxPython.
    GTK2.  If you built wxWidgets to use GTK 1.2.x then you should add
    this flag to the command-line::
 
-        WXPORT=gtk2 
+        WXPORT=gtk 
 
-   If you woudl like to do a Unicode enabled build (all strings sent
+   If you would like to do a Unicode enabled build (all strings sent
    to or retruned from wx functions are Unicode objects) and your
-   wxWidgets was built with unicod enabled then add this flag::
+   wxWidgets was built with unicode enabled then add this flag::
 
          UNICODE=1