Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 692 Bytes

CMake (for sergio)

fully automated (command line MSVC)

  • start "cmd", if possible with MSVC environement, possibly as administrator
  • mkdir MYBUILD-NMAKE
  • cd MBUILD-NMAKE
  • cmake -G "NMake Makefiles" ..
  • nmake

IDE (MSVC with GUI)

  • start "cmd", if possible with MSVC environment, possibly as administrator
  • mkdir MYBUILD-MSVC
  • cd MBUILD-MSVC
  • cmake ..
  • msbuild

#Dependencies:

#Aditional definitions WEBSOCKETCLIENT_EXPORTS