forked from anobin/3DMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
64 lines (42 loc) · 1.22 KB
/
INSTALL
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
Work in Progress
# Required Libraries
openGL
GLUT
GLEW
Bullet Physics
lib3ds
########################
#### Windows ###########
########################
# libs
GLEW
Bullet Physics
GLUT (demos)
lib3ds
# GLEW
http://glew.sourceforge.net/
C:\Program Files [(x86)]\Microsoft SDKs\Windows\v7.0A\Include\gl
glew.h, wglew.h
C:\Program Files [(x86)]\Microsoft SDKs\Windows\v7.0A\Lib
glew32.lib
-copy the following to where demos/apps are executed
glew32.dll
# Bullet Physics
http://bulletphysics.org/
- copy to 3DMagic and rename to just "bullet"
- compile the version you want, general, or [nvidia|amd] openCL, directcompute under msvc
- copy libs from lib folder in msvc to top level lib folder
-don't worry about .dll, static libs
# GLUT (demos)
http://freeglut.sourceforge.net/
C:\Program Files [(x86)]\Microsoft SDKs\Windows\v7.0A\Include\gl
freeglut.h, freeglut_ext.h, freeglut_std.h, glut.h
C:\Program Files [(x86)]\Microsoft SDKs\Windows\v7.0A\Lib
freeglut.lib
-copy the following to where demos are executed
freeglut.dll
# lib3ds
http://code.google.com/p/lib3ds/
- copy to 3DMagic and rename to just "lib3ds"
- compile using project files under 'msvc8'
- copy .lib and .dll from debug folder in msvc8 to top level folder