From 2bdb21c40b4ee21d31643f5975c850dbae01e29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 11 Oct 2002 22:23:12 +0000 Subject: [PATCH] updated MGL installation instructions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/mgl/install.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index 133e568a3a..c3f4b23ebc 100644 --- a/docs/mgl/install.txt +++ b/docs/mgl/install.txt @@ -17,14 +17,19 @@ First steps ----------- - Download SciTech MGL library (version 5.0) from http://www.scitechsoft.com. - The downloads page is here: + The downloads page is here (you need MGL version 5.0beta7 or newer): 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 + + Install MGL according to provided instructions. In particular, make sure that MGL_ROOT and NUCLEUS_PATH environment variables are set before attempting to build wxMGL. + Make sure you installed all MGL components, including the "fonts" package + (it's called mgl50b7-font.tar.gz in Linux version). It is important to have + SciTech's basic fonts in $(MGL_ROOT)/fonts directory (you may want to add + Arial TrueType font for better output quality) and basic cursors in + $(MGL_ROOT)/cursors. wxMGL depends on their presence. + - Download wxMGL-x.y.z.tgz, where x.y.z is the version number. Download documentation in a preferred format, such as wxWindows-HTML.zip or wxWindows-PDF.zip.