-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
29 lines (23 loc) · 761 Bytes
/
README
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
Caleb Everett
Graphics final
This project is also hosted on github at
https://github.com/everett1992/opengl-pool
Installing bullet
The following has worked on both of my systems, if it does not email me
and check the bullet install page
http://bulletphysics.org/mediawiki-1.5.8/index.php/Installation
run the following commands in this directory
------------------
You should be able to run install.sh
but if not follow these instructions
Download bullet http://bullet.googlecode.com/files/bullet-2.79-rev2440.tgz
extract it to this directory
move into bullet-2.79
run the following commands:
./autogen.sh
./configure
make
Compiling my project
---------------------
run make in this directory
please email me if this does not work everett.caleb@gmail.com