cedric pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=797271a61140d9aec56e2b780e9f8efbdef9678b

commit 797271a61140d9aec56e2b780e9f8efbdef9678b
Author: Clément Bénier <clement.ben...@openwide.fr>
Date:   Wed Jun 10 10:57:08 2015 +0200

    Wiki page openSUSE 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/opensuse-start.txt | 42 ++++++++++++++++++++++++++++++++++++++++
 pages/docs.txt                   |  1 +
 2 files changed, 43 insertions(+)

diff --git a/pages/distros/opensuse-start.txt b/pages/distros/opensuse-start.txt
new file mode 100644
index 0000000..2377052
--- /dev/null
+++ b/pages/distros/opensuse-start.txt
@@ -0,0 +1,42 @@
+~~Title: OpenSUSE~~
+==== OpenSUSE ====
+
+Enlightenment and EFL are available for multiple versions of OpenSUSE:
+
+    * openSUSE_Tumbleweed
+    * openSUSE_Factory_ARM
+    * openSUSE_Factory
+    * openSUSE_13.2
+    * openSUSE_13.1
+    * openSUSE_12.3_ports
+    * openSUSE_12.3
+    * openSUSE_12.2_ARM
+
+The way to install Enlightenment is similar between those distributions,
+here is an example with Tumbleweel:
+
+<code bash>
+#as root
+export DISTRO_NAME="openSUSE_Tumbleweed"
+zypper addrepo 
http://download.opensuse.org/repositories/X11:Enlightenment:Factory/${DISTRO_NAME}/X11:Enlightenment:Factory.repo
+zypper refresh
+</code>
+
+Install Enlightenment 0.17 and Terminology:
+<code bash>
+zypper install e17
+zypper install terminology
+</code>
+
+Install EFL only:
+
+<code bash>
+zypper install efl
+</code>
+
+You can also use the one click installer:
+
+<code bash>
+export DISTRO_NAME="openSUSE_Tumbleweed"
+wget 
http://software.opensuse.org/ymp/X11:Enlightenment:Factory/${DISTRO_NAME}/efl.ymp
+</code>
diff --git a/pages/docs.txt b/pages/docs.txt
index a75ee29..f083632 100644
--- a/pages/docs.txt
+++ b/pages/docs.txt
@@ -15,6 +15,7 @@ course you can use stable packages for your distribution as 
well.
   * [[distros/archlinux-start|EFL on archlinux]]
   * [[distros/debian-start|EFL on Debian]]
   * [[distros/fedora-start|EFL on Fedora]]
+  * [[distros/opensuse-start|EFL on openSUSE]]
 
 === Working with EFL and code ===
 

-- 


Reply via email to