Hi, you can download and use CMake http://www.cmake.org/cmake/resources/software.html

I suppse you have the source files in the folder c:\development\litesql, execute the following:
  1. open CMake, select the source folder c:\development\litesql
  2. select as "build folder" a folder you want, usually I create and use a subfolder named build (this means that you can use c:\development\litesql\build)
  3. click on Configure and select MinGW32 as make file generator
  4. you will get some options, if MYSQL and POSTGRES are disabled probably you don't have their source package installed in the system. If you need their support install them.
  5. edit the options you need
  6. click again on Configure and then on Generate
Now you can go inside the build folder and execute, from a dos prompt, mingw32-make to build the library.


Bye
Droscy


simfe ha scritto:
 
Hi All
 
I try to use the litesql,but i do not know how to compile it
 
system
WinXP SP3 mingw32(code::block)
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Litesql-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/litesql-users

Reply via email to