On 24/02/11 22:43, Littlefield, Tyler wrote:
> Maybe I'm missing something, but there isn't an INSTALL file, and there 
> isn't a configure file. running autogen gives errors, how do I start the 
> compile?
> 

the autoconf build is deprecated.
Instead cmake is used but the documentation is still missing.
some brief instructions (I'm assuming unix):

go into an arbitrary folder (can also be the source folder itself)
cmake /path/to/soci/src
this will create a makefile which you can execute with make

to turn on and off some features you use the -D flag. e.g.
-DWITH_SQLITE3=off/on

there is also an ncurses gui named ccmake.

for more information see the cmake documentation.

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to