From: Julian Smart Date: Fri, 3 Jan 2003 14:08:53 +0000 (+0000) Subject: Added a note about 'make install' X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c5f53eb8cbf36eee13839511e92de6c28c28453f Added a note about 'make install' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 3b613cea80..d7194ced82 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -604,6 +604,7 @@ For example: cd build-debug ../configure --with-msw --enable-debug --enable-debug_gdb --disable-shared make + make install % This step is optional, see note (8) below. cd samples/minimal make ./minimal.exe @@ -657,6 +658,16 @@ Notes: and similarly for glu[32].def. +8. The 'make install' step is optional, and copies files + as follows: + + /usr/local/lib - wxmswXYZd.dll.a and wxmswXYZd.dll + /usr/local/include/wx - wxWindows header files + /usr/local/bin - wx-config + + You may need to do this if using wx-config with the + default root path. + OLD VERSIONS: - If using MinGW 2.95 and below with wxWindows 2.1 or above, you