nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

. #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

.

nagalun commented 5 years ago

Now you can with the new commits, sorry for the long delay

nagalun commented 5 years ago

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/

nagalun commented 5 years ago

https://github.com/nagalun/multiplayerpiano-server/releases/tag/1.1.0