EDIT: the parent post was edited, and this comment was written for the original post.
Basically I was suggesting to more prominently mention it's Windows-only and not just in the list of features.
You can find the relevant API documentation at
- http://docs.picotorrent.org/en/latest/websocket-api/index.ht...
I'm no CMake expert, but this looks odd:
https://github.com/picotorrent/picotorrent/blob/develop/CMak...
# Get current architecture if(CMAKE_SIZEOF_VOID_P EQUAL 8) set(PICO_ARCH "x64" ) else(CMAKE_SIZEOF_VOID_P EQUAL 8) set(PICO_ARCH "x86") endif(CMAKE_SIZEOF_VOID_P EQUAL 8)
What is odd about it?