Hi,

I read that in SOCI docs
(file:///G:/libs/soci-3.1.0/doc/installation.html#windows) that running the
following commands will buid SOCI:

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
C:\>MKDIR build
C:\>cd build
C:\build>cmake -G "Visual Studio 10" -DWITH_BOOST=OFF -DWITH_ORACLE=OFF
(...) ..\soci-X.Y.Z
C:\build>msbuild.exe SOCI.sln
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

However, I am new to both SOCI and CMake - I don't know where the SOCI's
cmake file is lying in the installed directory structure and whether I need
to run CMake on any single CMake file or all of the CMake file. In
addition, I don't know the various CMake build options and I hoping to
depend on Visual Studio 10 to provide those options myself once CMake gives
me the Visual Studio 10 solution file. Could you possibly help me on this?

Thanks and regards, Asif
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to