File: INSTALL.WIN32

package info (click to toggle)
mm3d 1.3.7-1.4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,960 kB
  • ctags: 8,461
  • sloc: cpp: 83,481; sh: 3,563; makefile: 986
file content (71 lines) | stat: -rw-r--r-- 2,158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Misfit Model 3D Installation For Win32
======================================

Misfit Model 3D is known to run on Windows 2000 and Windows XP.
Windows 95, 98, and ME are untested and may or may not work.

Misfit Model 3D for Win32 requires the mingw environment and
the Open Source version of Qt 4 for Win32.  To run binaries
of mm3d you only need the qt and mingw DLLs, which are provided 
with the binary distribution.  To build from source you must
have a development environment set up with mingw and qt4.

Note that plugins are not currently available on Windows.


Binary Installation
===================

Get the latest installer from the web site.  It should have
a filename like 'mm3d-X_X_X-win32-installer.exe'.  Run
the installer and select an install location.

Optionally you may choose to enable file assciations with
Misfit Model 3D.  By default only .mm3d is associated.


Prerequisites
=============

You can get Qt 4 here:

   http://trolltech.com/developer/downloads/qt/windows

You can get mingw using Qt 4's binary installer, or download
and install mingw yourself from the official website:

   http://www.mingw.org/

You must have your QTDIR environment variable set to the root
Qt directory (for example, c:\Qt\4.0.1).  The Mingw and Qt bin
directories must be in your path.


Build Instructions
==================

Once you have installed mingw and Qt, do the following steps:

1. Make sure QTDIR is set and mingw's bin directory and Qt's bin
   directory is in your PATH
2. Open a cmd prompt and go to the mm3d-X.X.X directory
3. Run 'mingw32-make -f Makefile.mingw'


Install Instructions
====================

1. Run 'install.bat' from the mm3d-X.X.X directory.

The install.bat file does not create any program menu or desktop 
shortcuts.  If you want shortcuts you must create them manually,
or use the binary installer.

Optionally, you can install NSIS and put the qt and mingw dlls
in your mm3d-X.X.X/dll directory and then build the installer.
This will create shortcuts and some registry keys.

You can get NSIS here:

   http://nsis.sourceforge.net/