]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/BUILD.unix.txt
Removed rundant files, updated readme.txt.
[wxWidgets.git] / wxPython / BUILD.unix.txt
index 49357632030d6239d40298f86f15b6a7499daafb..32bc8aeee62578950201447e2d752370214f5576 100644 (file)
@@ -143,7 +143,7 @@ D. If using the sources (either from the tarball or from CVS) then
    it, and it should be enabled by default.  You will be able to use
    --enable-largefile or --disable-largefile to control it.  If you
    still get this or a similar error with 2.3.3 then try disabling
-   largefile support in GTK.
+   largefile support in wxGTK.
 
 E. Now just compile and install.  You need to use GNU make, so if your
    system has something else get GNU make and build and install it and
@@ -303,7 +303,7 @@ was compiled with to compile extension modules.  It also appears that
 distutils assumes that this compiler can compile C or C++ sources as
 distutils makes no differentiation between the two.  For builds using
 GNU gcc and a few other compilers this is not an issue as they will
-determine the type of souece from the file extension.  For SunCC (and
+determine the type of source from the file extension.  For SunCC (and
 probably other compilers that came from cfront) it won't work as the C
 compiler (cc) is totally separate from the C++ compiler (CC).  This
 causes distutils to attempt to compile the wxPython sources with the C
@@ -354,7 +354,7 @@ The next step is to configure and build Python such that it uses pycc
 as it's compiler.  You can do that by setting CC in your environment
 before running configure, like this in bash:
 
-    exoprt CC=pycc
+    export CC=pycc
     configure
 
 After making and installing Python with this configuration you should