X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..45805ba32255e4115b2ddddc15a5db5720ecb7ba:/wxPython/BUILD.unix.txt diff --git a/wxPython/BUILD.unix.txt b/wxPython/BUILD.unix.txt index e1409e4e9f..14ae7aedf4 100644 --- a/wxPython/BUILD.unix.txt +++ b/wxPython/BUILD.unix.txt @@ -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.