]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/BUILD.unix.txt
Other odds and ends...
[wxWidgets.git] / wxPython / BUILD.unix.txt
index e1409e4e9f6348b526351c2f53009b8dcff8502f..14ae7aedf49e5c9c8f993c86c9b77eac9277aceb 100644 (file)
@@ -119,6 +119,9 @@ D. If using the sources (either from the tarball or from CVS) then
    special debugging code in wxWindows by defining the __WXDEBUG__
    macro.  You'll get some extra asserts, failure logging, etc.
 
+   To make a static library and not make a shared library, use the
+   --disable-shared and --enable-static flags.
+
 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
    use it instead of your system's default make command.