]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mgl/install.txt
Tcl regex lib
[wxWidgets.git] / docs / mgl / install.txt
index 933ebba486b1adf04f50b93a52cdeb1bfccd30f7..133e568a3ae0a44c0d32f05afaffaa5ed9364de1 100644 (file)
@@ -17,8 +17,10 @@ First steps
 -----------
 
 - Download SciTech MGL library (version 5.0) from http://www.scitechsoft.com.
 -----------
 
 - Download SciTech MGL library (version 5.0) from http://www.scitechsoft.com.
-  (You needed a version newer than Beta 5! Preferably the one from SciTech
-  Perforce repository.)
+  The downloads page is here:
+  http://www.scitechsoft.com/products/embedded/mgl_home.html
+  (You needed a version newer than Beta 5! Preferably the up-to-date one from 
+  SciTech Perforce repository.)
   Install it according to provided instructions. In particular, make sure that
   MGL_ROOT and NUCLEUS_PATH environment variables are set before attempting to
   build wxMGL.
   Install it according to provided instructions. In particular, make sure that
   MGL_ROOT and NUCLEUS_PATH environment variables are set before attempting to
   build wxMGL.
@@ -88,7 +90,7 @@ and you will get a list of supported options.
 
 'make install' will install wx-config script that can (and should) be used
 to get compiler flags that are needed to build your program. wx-config --cxxflags
 
 'make install' will install wx-config script that can (and should) be used
 to get compiler flags that are needed to build your program. wx-config --cxxflags
-will output neccessary C++ compiler flags and wx-config --libs will list all
+will output necessary C++ compiler flags and wx-config --libs will list all
 needed libraries. See an example of wxWindows application makefile:
 
 minimal: minimal.o
 needed libraries. See an example of wxWindows application makefile:
 
 minimal: minimal.o