update e17 about page links as spotted by seb

SVN revision: 81632
This commit is contained in:
Mike Blumenkrantz 2012-12-22 09:37:40 +00:00
parent e287bd6748
commit 2aab529f7e
1 changed files with 2 additions and 2 deletions

View File

@ -185,9 +185,9 @@ You will want to download all of the libraries you need, as well as Enlightenmen
<p><pre><code>
for I in eina eet evas embryo ecore eio edje efreet e_dbus \
evas_generic_loaders ethumb eeze emotion elementary; do \
wget http://download.enlightenment.org/releases/$I-1.7.3.tar.gz; \
wget http://download.enlightenment.org/releases/$I-1.7.4.tar.gz; \
done
wget http://download.enlightenment.org/releases/enlightenment-0.17.0-omega.tar.gz
wget http://download.enlightenment.org/releases/enlightenment-0.17.0.tar.gz
</code></pre></p>
Now you will want to begin compiling. This requires some environment variables be set up so the compile tools can find what they need to work. You may want to modify CFLAGS to use whatever optimization you see as being useful. Note that EFL supports symbol visibility, and the <em>-fvisibility=hidden</em> flag hides symbols by default unless explicitly exported. This is useful as it makes for slightly smaller libraries and can improve startup time by having smaller symbol tables tor linking.