-
Notifications
You must be signed in to change notification settings - Fork 0
Building SocketDwarf on Windows
motmot80 edited this page Oct 23, 2013
·
3 revisions
SocketDwarf uses cppunit/include/* and cppunit/lib/cppunitd.lib
- Copy cppunit sources at same level as SocketDwarf
SocketDwarf uses jsoncpp/include/* and jsoncpp/lib/json.lib
-
Copy jsoncpp sources at same level as SocketDwarf
-
Open jsoncpp.vcproj
-
Change runtime library to "Multithreaded-Debug-DLL (/MDd)"
-
Change output dir to "../../lib"
-
Change output name to "json.lib"
-
Build