Beherith / springrts_smf_compiler

This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
11 stars 9 forks source link

Create binaries for windows #6

Closed TurBoss closed 7 years ago

TurBoss commented 7 years ago

this scripts allows to create binaries for and msi packages for windows needs testing on a system without the libraries it should include all the deps

usage: run build.bat xD

requires cx_freeze ( pip install cx_freeze ) and cx_freeze requires Microsoft Visual C++ Redistributable Package (http://cx-freeze.readthedocs.io/en/latest/faq.html#microsoft-visual-c-redistributable-package)

TurBoss commented 7 years ago

thank you