Enlightenment CVS committal Author : dj2 Project : e17 Module : docs
Dir : e17/docs/cookbook/xml/esmart Modified Files: esmart_container_intro.xml Log Message: - some fixups/suggestions from Florian Zaehringer (elm) =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/esmart/esmart_container_intro.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- esmart_container_intro.xml 27 Jul 2004 00:03:29 -0000 1.4 +++ esmart_container_intro.xml 17 Aug 2005 02:33:10 -0000 1.5 @@ -589,8 +589,8 @@ collections { group { name, "container_ex"; - min, 300, 300; - max, 800, 800; + min, 300 300; + max, 800 800; parts { part { @@ -834,9 +834,10 @@ <example> <title>Makefile</title> <programlisting> -CFLAGS = `ecore-config --cflags` `evas-config --cflags` `esmart-config --cflags` +CFLAGS = `ecore-config --cflags` `evas-config --cflags` \ + `esmart-config --cflags` `edje-config --cflags` LIBS = `ecore-config --libs` `evas-config --libs` `esmart-config --libs` \ - -lesmart_container + `edje-config --libs` -lesmart_container container_ex: container/container_ex.c gcc -o container/container_ex container/container_ex.c $(CFLAGS) $(LIBS) @@ -849,6 +850,11 @@ </para> <para> +Once you've got everything complied you'll need to do +<screen>./container_ex -t default.edj</screen> and everything should be good to go. +</para> + +<para> Thats it, assuming everything goes as planned, you should have a simple app in which clicking the right/left mouse buttons moves the container to different portions of the window. While clicking the middle mouse button on elements prints out the number of the element printed. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs