You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a restbed package for msys2.
So you could get a pre-compiled version (with dependencies) if you would lile to ise msys2 for your mingw environment.
Another option is to look at the patches I created to get the build running.
the win32 option added to CMakeLists.txt is only for msvc
that cause build fail with gcc on windows
if ( WIN32 )
add_definitions( -DWIN_DLL_EXPORT )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4251" )
endif ( )
The text was updated successfully, but these errors were encountered: