Skip to content

Building SocketDwarf on Windows

motmot80 edited this page Oct 23, 2013 · 3 revisions

Visual Studio 11

Required dependencies

cppunit

SocketDwarf uses cppunit/include/* and cppunit/lib/cppunitd.lib

  • Copy cppunit sources at same level as SocketDwarf

jsoncpp

SocketDwarf uses jsoncpp/include/* and jsoncpp/lib/json.lib

  1. Copy jsoncpp sources at same level as SocketDwarf

  2. Open jsoncpp.vcproj

  3. Change runtime library to "Multithreaded-Debug-DLL (/MDd)"

  4. Change output dir to "../../lib"

  5. Change output name to "json.lib"

  6. Build

Clone this wiki locally