SVN revision: 47331
This commit is contained in:
Vincent Torri 2010-03-18 21:49:02 +00:00
parent b1a89973df
commit 640cd51bb5
1 changed files with 3 additions and 3 deletions

View File

@ -198,11 +198,11 @@ but does very little high-level logic such as scrollbars, sliders, push
buttons etc. buttons etc.
@section compiling How to compile using Evas? @section compiling How to compile using Evas ?
Evas is a library your application links to. The proceedure for this is very Evas is a library your application links to. The procedure for this is very
simple. You simply have to compile your application with the appropriate simple. You simply have to compile your application with the appropriate
compiler flags that the @p evas-config script outputs. For example: compiler flags that the @p pkg-config script outputs. For example:
Compiling C or C++ files into object files: Compiling C or C++ files into object files: