www-content/pages/download.txt

44 lines
1.6 KiB
Plaintext
Raw Normal View History

~~Title: Download~~
==== Download ====
We place all of our releases here:
* [[http://download.enlightenment.org/rel/|download.enlightenment.org]]
For a list of dependencies and general build infor take a look at [[docs-efl-start]]. But just use the below "configure" command instead of "autogen.sh". Everything else is the same.
When compiling from source, our core libraries likely should be build in this order:
* EFL
* Evas Generic Loaders
* Emotion Generic Players
* Elementary
After this build applications however you like (e.g. Enlightenment, Terminology etc). Please see the README files for projects for information on dependencies, configuration etc. Just remember that all our release tarballs come with configure set up so to compile you just need to do:
<code bash>
./configure
make
sudo make install
</code>
==== Releases ====
Our latest releases are:
{{page>download-latest}}
==== Source ====
Out source code is developed collaboratively in a pretty typical open source manner. Our master branches are where all new development goes into. We try and keep master working and usable daily, as developers generally are living off master themselves and so bugs affect developers directly and immediately. Sometimes issues happen, but they tend to get fixed rapidly.
If you want to track the latest and greatest, please see our git repositories. If you have issues please refer to our [[contact]] page to get in touch with us.
All our git repositories are listed on:
* [[http://git.enlightenment.org|git.enlightenment.org]]
----
{{page>download-e16}}