www-content/pages/docs.txt

46 lines
1.8 KiB
Plaintext
Raw Normal View History

~~Title: Documentation~~
==== Getting into Development ====
If you are going to use EFL, we encourage you to actually work with
EFL from [[http://git.enlightenment.org|git]] mostly because it allows
you to either track stable branches to get latest fixes long before a
release is out, or to track latest features and development
continually. This is also the case if you want to contribute. Of
course you can use stable packages for your distribution as well.
=== Getting EFL ===
* [[docs-efl-start|Get EFL installed from source]]
* [[distros/ubuntu-start|EFL on Ubuntu (packages and source)]]
* [[distros/archlinux-start|EFL on archlinux]]
* [[distros/debian-start|EFL on Debian]]
* [[distros/fedora-start|EFL on Fedora]]
* [[distros/opensuse-start|EFL on openSUSE]]
* [[distros/yocto-start|EFL on Yocto]]
=== Working with EFL and code ===
* [[docs-efl-debug|Debugging and EFL / Enlightenment]]
* [[docs/c/start|A basic primer on C]]
2015-04-15 22:14:51 -07:00
* [[docs/efl/start|Get started with EFL]]
* [[docs/efl/advanced/start|Advanced EFL Topics]]
----
==== API Documentation ====
Our documentation is a bit scarce at the moment, but that is something
we intend to solve. We will collect all documentation here and work on
improving our API references a lot.
=== Stable ===
* [[http://docs.enlightenment.org/stable/efl|EFL]]
* [[http://docs.enlightenment.org/stable/elementary|Elementary]]
=== Development ===
* [[https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/index.html|EFL]]
* [[https://build.enlightenment.org/job/nightly_elm_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/index.html|Elementary]]
* [[https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/build/sphinx/html/index.html|Python Bindings]]