summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-03 22:10:40 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-03 22:10:40 +0000
commit9e0788cc2e261ec66cf740e35a3e71f4485df763 (patch)
tree8c1230e446edd6966d39c1b8959c7f97f5c0f731 /old
parent9edec477ebb83e64f3e464d82665e2b9f01f9bb0 (diff)
downloadefl-9e0788cc2e261ec66cf740e35a3e71f4485df763.tar.gz
efl: merge ephysics
changes: * __UNUSED__ -> EINA_UNUSED * Fixed doc hierarchy SVN revision: 82126
Diffstat (limited to 'old')
-rw-r--r--old/README.ephysics58
1 files changed, 58 insertions, 0 deletions
diff --git a/old/README.ephysics b/old/README.ephysics
new file mode 100644
index 0000000000..ea32520530
--- /dev/null
+++ b/old/README.ephysics
@@ -0,0 +1,58 @@
+EPhysics 0.1.0
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ enlightenment-devel@lists.sourceforge.net
+
+******************************************************************************
+
+Requirements:
+-------------
+
+Must:
+ libc
+ ecore (at least 1.2.99)
+ ecore-evas (at least 1.2.99)
+ evas (at least 1.2.99)
+ bullet (at least 2.79)
+
+EPhysics is a library that manages Ecore, Evas and Bullet Physics into
+an easy to use way. It's a kind of wrapper, a glue, between these libraries.
+It's not intended to be a physics library (we already have many out there).
+
+WARNING: if you are building Bullet Physics instead of using a package,
+use cmake build option. Autotools seems to be unmaintained.
+
+------------------------------------------------------------------------------
+
+COMPILING AND INSTALLING:
+
+ $ ./configure
+ $ make
+(as root unless you are installing in your users directories):
+ $ make install
+
+------------------------------------------------------------------------------
+
+TESTS
+
+There are a project with many tests for ephysics, including a logo example,
+and a sandbox util.
+
+It's called ephysics_test, and may be found at:
+
+http://svn.enlightenment.org/svn/e/trunk/ephysics_tests
+
+Tests require the library Elementary to be build.
+
+------------------------------------------------------------------------------
+
+DOCS
+
+To generate documentation, doxygen is required.
+
+ $ make doc
+
+will create a ephysics/doc/html directory. You could start looking at
+index.html.