From 58feaf04b496a3b275d233045429aa85955fc085 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 22 Jan 2012 15:05:20 +0000 Subject: [PATCH] ecore/docs: improve main page a bit. SVN revision: 67448 --- legacy/ecore/src/lib/ecore/Ecore.h | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index fbe4dda..ea814fc 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -9,7 +9,7 @@ @mainpage Ecore @version 1.1 - @date 2000-2011 + @date 2000-2012 Please see the @ref authors page for contact details. @@ -35,21 +35,31 @@ pkgconfig (.pc) files are installed for every ecore module. Thus, to compile using any of them, you can use something like the following: - @verbatim - gcc *.c $(pkg-config ecore ecore-$x ecore-$y [...] --cflags --libs) - @endverbatim +@verbatim +gcc *.c $(pkg-config ecore ecore-$x ecore-$y [...] --cflags --libs) +@endverbatim @section install How is it installed? - Suggested configure options for evas for a Linux desktop X display: - - @verbatim - ./configure \ - make - su - - ... - make install - @endverbatim + Suggested configure options for ecore for a Linux desktop X display + with OpenGL and Software support, communication (networking) and + IPC (inter process communication): + +@verbatim +./configure \ + --enable-ecore-con \ + --enable-ecore-ipc \ + --enable-ecore-file \ + --enable-ecore-input \ + --enable-ecore-input-evas \ + --enable-ecore-x \ + --enable-ecore-evas \ + --enable-ecore-evas-software-buffer \ + --enable-ecore-evas-software-x11 \ + --enable-ecore-evas-opengl-x11 +make +sudo make install +@endverbatim */ -- 2.7.4