diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-11-15 11:44:19 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-11-15 11:44:19 +0000 |
commit | bd165e48e1b22c89321232cd960fe5c25126bfb1 (patch) | |
tree | f5f5b9501a51f6444d96fc4d0100d5785537633e /README | |
parent | 3271fb789e7f670bf685b092ba5a4af6c6eb1824 (diff) |
update README for expedite
SVN revision: 65244
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,6 +1,29 @@ | |||
1 | Expedite 0.7.0 | 1 | Expedite 1.0.0 |
2 | |||
3 | ****************************************************************************** | ||
4 | |||
5 | FOR ANY ISSUES PLEASE EMAIL: | ||
6 | enlightenment-devel@lists.sourceforge.net | ||
7 | |||
8 | ****************************************************************************** | ||
9 | |||
10 | Requirements: | ||
11 | ------------- | ||
12 | Must have: | ||
13 | libc | ||
14 | libm | ||
15 | evas (at least 1.1.0) | ||
2 | 16 | ||
3 | This is meant to be a detailed and comprehensive benchmark suite for Evas. | 17 | This is meant to be a detailed and comprehensive benchmark suite for Evas. |
4 | 18 | ||
5 | The images can be interchanged for demonstration purposes. Logo.png should | 19 | The images can be interchanged for demonstration purposes. Logo.png should |
6 | have some areas of alpha to demonstrate transparency. \ No newline at end of file | 20 | have some areas of alpha to demonstrate transparency. |
21 | |||
22 | ------------------------------------------------------------------------------ | ||
23 | COMPILING AND INSTALLING: | ||
24 | |||
25 | ./configure | ||
26 | make | ||
27 | (as root unless you are installing in your users directories): | ||
28 | make install | ||
29 | |||