cedric pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=6143f156a97d23f552fc1f598c164526c9ee0c4a

commit 6143f156a97d23f552fc1f598c164526c9ee0c4a
Author: Clément Bénier <clement.ben...@openwide.fr>
Date:   Wed Jun 10 10:50:46 2015 +0200

    Wiki page archlinux-start created
    
    Signed-off-by: Clément Bénier <clement.ben...@openwide.fr>
    Signed-off-by: Pierre Le Magourou <pierre.lemagou...@openwide.fr>
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 pages/distros/archlinux-start.txt | 66 +++++++++++++++++++++++++++++++++++++++
 pages/docs.txt                    |  3 +-
 2 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/pages/distros/archlinux-start.txt 
b/pages/distros/archlinux-start.txt
new file mode 100644
index 0000000..4364427
--- /dev/null
+++ b/pages/distros/archlinux-start.txt
@@ -0,0 +1,66 @@
+~~Title: Archlinux~~
+==== Archlinux ====
+
+The way to install Enlightenment on Archlinux is quite easy, use the official
+repo :
+
+<code bash>
+#depends on elementary
+pacman -S enlightenment
+#EFL-based terminal emulator
+pacman -S terminology #optionnal
+</code>
+
+Many apps or efl tools are available in AUR packages, for example with yaourt:
+<code bash>
+yaourt -S clousseau-git
+</code>
+
+If you only want elementary with efl :
+
+<code bash>
+#depends on efl
+pacman -S elementary
+</code>
+
+If you want to install enlightenment from sources, make sure you get all the
+dependencies:
+
+<code bash>
+#dependencies for enlightenment
+bluez-libs
+ttf-font
+udisks2
+hicolor-icon-theme
+pixman
+mesa
+desktop-file-utils
+xcb-util-keysyms
+bullet
+libjpeg-turbo
+gst-plugins-base
+luajit
+curl
+fribidi
+libpulse
+libxcomposite
+libxinerama
+libxrandr
+libxss
+libxcursor
+libxp
+libwebp
+shared-mime-info
+libxkbcommon
+wayland
+lz4
+openjpeg
+avahi
+librsvg
+poppler
+libraw
+libspectre
+</code>
+
+Then go to [[/docs-efl-start|Get EFL installed]] tutorial, to install
+Enlightenment from sources.
diff --git a/pages/docs.txt b/pages/docs.txt
index f13f70a..de6220a 100644
--- a/pages/docs.txt
+++ b/pages/docs.txt
@@ -12,6 +12,7 @@ course you can use stable packages for your distribution as 
well.
 
   * [[docs-efl-start|Get EFL installed from source]]
   * [[distros/ubuntu-start|EFL on Ubuntu (packages and source)]]
+  * [[distros/archlinux-start|EFL on archlinux]]
 
 === Working with EFL and code ===
 
@@ -37,4 +38,4 @@ improving our API references a lot.
 
   * 
[[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]]
\ No newline at end of file
+  * 
[[https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/build/sphinx/html/index.html|Python
 Bindings]]

-- 


Reply via email to