adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
461 stars 45 forks source link

[Suggestion] Add support for building skylark with the MinGW-w64 compiler #111

Open ghost opened 10 months ago

ghost commented 10 months ago

If you can, please add GNU Makefiles for building skylark with the MinGW-w64 compiler. I'm running on a less powerful machine and can't install MSVC, but I have no problems with compiling software using the MinGW-w64 compiler and mingw32-make so far. Skylark is a C program and the code base is not large too, so I think it will be OK on my machine.