nagalun / multiplayerpiano-server

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

how do you compile this into a .exe? #23

Closed ar065 closed 4 years ago

ar065 commented 4 years ago

i would like to compile this into a single .exe file, but im not sure how this is compiled. felt like asking instead of spending hours trying to compile it into a .exe without knowing the proper way to compile this

nagalun commented 4 years ago

I used msys2 on windows, with all deps installed and the mingw compiler. Not all libs play nice being statically compiled so I'd copy the .dlls that it needs from your pc if you need to run it somewhere else

El July 16, 2020 4:18:47 PM UTC, wolfy01 notifications@github.com escribió:

i would like to compile this into a single .exe file, but im not sure how this is compiled. felt like asking instead of spending hours trying to compile it into a .exe without knowing the proper way to compile this

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/nagalun/multiplayerpiano-server/issues/23

ar065 commented 4 years ago

Ah, thanks. Also ty for quick response