Hi All :)

I have attached a patch for the Website which updates the EFL build instructions. Would greatly appreciate if someone could push this.

Thank You :)

devilhorns
>From ec7eb776364af720afea6bd3ea90570cbeb8782d Mon Sep 17 00:00:00 2001
From: Chris Michael <cp.mich...@samsung.com>
Date: Thu, 14 Mar 2013 15:00:26 +0000
Subject: [PATCH] Update EFL build instructions

Updating the EFL build instructions to match what is currently
required to get EFL to work using Wayland.

Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 efl.html |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/efl.html b/efl.html
index 75d6471..3e12d84 100644
--- a/efl.html
+++ b/efl.html
@@ -34,10 +34,8 @@
       with the 0.85 release.</strong></p>
 
       <pre>
-      $ svn co http://svn.enlightenment.org/svn/e/trunk/efl
-      $ svn co http://svn.enlightenment.org/svn/e/trunk/edje
-      $ svn co http://svn.enlightenment.org/svn/e/trunk/emotion
-      $ svn co http://svn.enlightenment.org/svn/e/trunk/elementary
+      $ git clone git://git.enlightenment.org/core/efl.git
+      $ git clone git://git.enlightenment.org/core/elementary.git
       </pre>
 
       <h2>Compiling EFL</h2>
@@ -56,23 +54,9 @@
       $ make install
       </pre>
 
-      <h3>edje</h3>
-      <pre>
-      $ ./autogen.sh --prefix=$WLD
-      $ make
-      $ make install
-      </pre>
-
-      <h3>emotion</h3>
-      <pre>
-      $ ./autogen.sh --prefix=$WLD
-      $ make
-      $ make install
-      </pre>
-
       <h3>elementary</h3>
       <pre>
-      $ ./autogen.sh --prefix=$WLD --enable-ecore-wayland
+      $ ./autogen.sh --prefix=$WLD
       $ make
       $ make install
       </pre>
-- 
1.7.9.5

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to