yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=e6fbd786636c0a1f0a46dda0f0ba111745d9e29f

commit e6fbd786636c0a1f0a46dda0f0ba111745d9e29f
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Wed Feb 11 11:55:21 2015 +0200

    Update README
---
 README | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/README b/README
index 8412eec..3629903 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
-[Erigo v0.9]
+[Erigo v0.9.1]
+   See ChangeLog file for updates
 
 [Links to read]
    https://phab.enlightenment.org/w/projects/gui_builder/
    http://yakov-g.blogspot.co.il/2013/04/egui-efl-gui-builder.html
 
-
 [Erigo - EFL GUI Builder]
 
-   Introducing Erigo (v.0.9) - the EFL gui builder.
+   Introducing Erigo - the EFL gui builder.
 It enables you easily create user interface for your application. 
 You can easily build multi-windowed application, simulate its behavior without 
compiling, 
 generate sources in different languages (currently C).
@@ -19,10 +19,11 @@ generate sources in different languages (currently C).
 
 [Compiling and installing]
    [Source Download]
-      https://git.enlightenment.org/devs/yakov/egui.git/
+      https://git.enlightenment.org/tools/erigo.git/
 
    [Dependencies]
       Mandatory:
+         - EFL, Elementary version >= 1.13
          - CMake
          - FFI LIbrary (Ubuntu: sudo apt-get install libffi6 libffi6-dbg 
libffi-dev)
 
@@ -38,21 +39,26 @@ generate sources in different languages (currently C).
 
    [Installing]
       (run from "build" directory)
+      $ sudo make install
+
+   [Unstalling]
+      (run from "build" directory)
+      $ sudo make uninstall
 
    [Using Erigo]
       [Command line]
 
          Start:
-            $ ./src/bin/egui ../examples/example.egui
+            $ erigo project.egui
 
          Simulation:
-            $ ./src/bin/egui -s [Desktop/Phone/Tablet] ../examples/example.egui
+            $ erigo -s [Desktop/Phone/Tablet] project.egui
 
-         Export to C ("filename.c" and "filename.h" will be generated):
-            $ ./src/bin/egui -e c -o filename ../examples/example.egui
+         Generate C file:
+            $ erigo -gc -o filename.c project.egui 
 
-          Export to JSON ("filename" generated):
-            $ ./src/bin/egui -e json -o filename ../examples/example.egui
+         Generate H file:
+            $ erigo -gh -o filename.h project.egui 
 
       [User Interface]
          Top - Actions Toolbar:
@@ -80,7 +86,6 @@ generate sources in different languages (currently C).
 
       [Project Settings]
          Set Project name - used in structure's, function's, variable's names 
in generated code.
-         Set Images prefix name: - give the name of define which will provide 
prefix path for app's images.
          Set Start Points - define main objects which will be created on 
application start.
 
       [Object tree view]
@@ -229,11 +234,9 @@ generate sources in different languages (currently C).
       Add edje resource through Resource Manager. Open layout's "File" 
property and assign edje with needed part name.
 
    [Technical notes]
-   Current version is 0.9.
+   Current version is 0.9.1
    ToDo:
-      - install script;
       - fix drag and drop errors;
-      - add testing;
       - widgets multiselection and copy/paste;
       - cosmetics.
 

-- 


Reply via email to