MNVolkov / Template

Template application for BipOS
Apache License 2.0
22 stars 6 forks source link

Linux (potentially cross-platform) build script #4

Closed Ledarium closed 2 years ago

Ledarium commented 2 years ago

I have rewritten build.bat on pure python without external dependencies. In my opinion it looks compact and readable. Works fine for compiling Own_res_demo. I tested this on arch with gcc11.

MNVolkov commented 2 years ago

Good work

KVolodin commented 2 years ago

I added build.py to my project, thanks