embedded-tools/keil2gcc

build system for the tool

Opened this issue · 1 comments

It would be nice if I could easily build the tool from (powershell/cmd) Not everyone wants to install Visual studio just to build one tool. Such small project should be easily convertible to CMake ( IMO the best way - works with CLion, Eclipse, and even VIM and the most important, it can be run standalone from terminal)

The other possible solution would be to generate binary under github 'release' tab after every major update or feature added. ( The links in README point to some shady hosting website, why not use the tools avaliable in github)

Or convert the .vcproj into a G++ with a Makefile. What an irony.