srccontains all source filesincludecontains all files for includesrc/linuxcontains all source files for linuxsrc/windowscontains all source files for windows
All build scripts are available in build_scripts directory
- For debug build run build_linux.sh
- For release build run build_linux.sh with
-releaseflag
- Open VS Solution File and compile
Add the files in src directory and for compilation you may need to add files to the build script / VS, then compile as mentioned above
Note: (for Visual Studio Users) Running the solution file, you can edit both windows and linux source files, then compile/run both, for linux project to build you'll need to setup remote connection to a linux machine
- Using the header files SZ_Socket.h building source files for windows and linux