From b95b46fd6f72cafd5a96df1f164d4b38b8f638e0 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 23 Mar 2011 08:27:55 +0000 Subject: [PATCH] correct compile section in dox SVN revision: 58016 --- legacy/ecore/doc/ecore.dox.in | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/legacy/ecore/doc/ecore.dox.in b/legacy/ecore/doc/ecore.dox.in index 04f23f0ca8..2356dce2c0 100644 --- a/legacy/ecore/doc/ecore.dox.in +++ b/legacy/ecore/doc/ecore.dox.in @@ -69,16 +69,11 @@ The Ecore library provides the following modules: @li @ref Ecore_WinCE_Group @section compiling How to compile using Ecore? - -This section has to be documented. Below is just a quick line to handle all -Ecore modules at once. +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 \ --I/usr/local/include -I/usr/X11R6/include \ --L/usr/local/lib -L/usr/X11R6/lib \ --lecore -lecore_evas -lecore_x -lecore_fb \ -`pkg-config evas --cflags --libs` +gcc *.c $(pkg-config ecore ecore-$x ecore-$y [...] --cflags --libs) @endverbatim @section install How is it installed? @@ -98,8 +93,6 @@ make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro" @todo (1.0) Document API -*/ - /* @page Ecore_Main_Loop_Page The Ecore Main Loop