Closed ghost closed 6 years ago
Now you can with the new commits, sorry for the long delay
I'll build a new exe later, but if you still want to try building it on windows:
You have to pull the submodules of the repo as well:
git submodule init
git submodule update
After this, you have to patch uWebSockets as well, with these files:
uWebSockets-fix-mingw64-compile.patch
uWebSockets-fix-mingw64-redefined-macro.patch
Like this:
cd lib/uWebSockets/
patch -p1 < ../uWebSockets-fix-mingw64-compile.patch
patch -p1 < ../uWebSockets-fix-mingw64-redefined-macro.patch
If you don't have the dependencies installed (openssl, zlib, libuv) it will still not build.
I use MSYS2 (MinGW 64-bit version) to build the server, it has the dependencies installed with the pacman
tool. https://www.msys2.org/
.