From 6982662a9ce191b52cb908909c003a3d093faa5b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Apr 2005 01:46:33 +0000 Subject: Updated install --- INSTALL | 48 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 13 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0e983fa..3d24588 100644 --- a/INSTALL +++ b/INSTALL @@ -11,22 +11,21 @@ Pre-requisites: mingw with msys. - Microsoft C++ Compiler (I used the free Visual C++ 2003 Toolkit). - - Windows Platform SDK. This should only be a temporary requirement until - I clean up my dialog resource files. + Microsoft C++ Compiler (I used the free Visual C++ 2003 Toolkit). This + is optional. w32dlib -- this is a simple Win32 dialog library available from: - http://www.wherewilliputthisbloodything?/ + http://www.wherewilliputthisbloodything?.com/ Edit make.conf and set the path to your Milkshape SDK as appropriate. + Also edit the other variables as you see fit. ---------------------------------------------------------------------------- II. BUILDING THE DLL WRAPPER ---------------------------------------------------------------------------- -To build: +If you wish to build your own wrapper then: 1. Open a command tool (with paths set to the MS C++ compiler) and cd into the wrapper directory. @@ -36,6 +35,12 @@ To build: 3. Copy the resulting mingwms.dll to your Milkshape application directory. +If you wish to use the pre-built wrapper (the DLL and LIB file are part of +the source release for people without the compiler), simply: + + 1. Copy the wrapper/mingwms.dll to your Milkshape application directory. + + ---------------------------------------------------------------------------- III. BUILDING THE TEST DLL ---------------------------------------------------------------------------- @@ -44,7 +49,7 @@ You can skip this if your feeling over-confident... 1. Open an MSYS shell. - 2. cd ./test + 2. cd test 3. Type make. @@ -58,11 +63,9 @@ You can skip this if your feeling over-confident... IV. BUILDING THE (SIMPLE) OPENGL DLL ---------------------------------------------------------------------------- -You can skip this if your feeling over-confident... - 1. Open an MSYS shell. - 2. cd ./opengl + 2. cd opengl 3. make depend @@ -72,9 +75,28 @@ You can skip this if your feeling over-confident... 5. Run Milkshape, load a model and you can export using "Simple OpenGL". - 6. Docs for this will (one day) be available in docs/msGLExport.txt + 6. Docs for this will are available in docs/msGLExport.txt +---------------------------------------------------------------------------- +IV. BUILDING THE EXPLODE MODEL DLL +---------------------------------------------------------------------------- + + 1. Open an MSYS shell. + + 2. cd groupexplode ----------------------------------------------------------------------- -$Id: INSTALL,v 1.1 2005-04-15 00:53:56 ianc Exp $ + 3. make depend + + 3. make + + 4. Copy the resulting msGrpExplode.dll to your Milkshape directory. + + 5. Run Milkshape, load a model and you can use the "Group Exploder" tool. + + 6. Docs for this will are available in docs/msGrpExplode.txt + + + +---------------------------------------------------------------------------- +$Id: INSTALL,v 1.2 2005-04-24 01:46:33 ianc Exp $ -- cgit v1.2.3