Fix a potential leak.
[evas_quartz.git] / proto / e_phys / README
blob2423bd45407068c293685b179ded2fb7dca3a6c5
1 ========================
2 EFL Physics Engine v 0.1
3 ========================
5 Prerequisites
6 -------------
7 Evas - for lists and the demo app
8 Ecore - for timers
10 Inspiration
11 -----------
12 Akamaru (http://people.freedesktop.org/~krh/akamaru.git/)
13 Advance Character Physics, Thomas Jakobsen. (http://www.teknikus.dk/tj/gdc2001.htm)
15 Installation
16 ------------
17 ./bootstrap # only needed if from git/cvs/etc
18 ./configure
19 make
20 #make install 
22 (for now, run the demo from the src/bin dir. it won't work when installed due to an image path being hard coded)