kuroneko1996 / cyberlab

jrpg-like game in pygame
MIT License
4 stars 3 forks source link

Build binaries for the releases #28

Open kuroneko1996 opened 7 years ago

kuroneko1996 commented 7 years ago

How would you do that?

slemonide commented 7 years ago

What are we gonna do about pygame? Ask the user to install it as a dependency or include it in the release?

slemonide commented 7 years ago

http://nuitka.net/posts/support-for-portable-standalone-programs.html

kuroneko1996 commented 7 years ago

As stated on pygame's website it's allowed to distribute pygame with other software. We want to make the installation process as easy as possible for our users.

slemonide commented 7 years ago

Should we close this?