Added a note about 'make install'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user