twibiral / obsidian-execute-code

Obsidian Plugin to execute code in a note.
MIT License
1.06k stars 67 forks source link

Feature Request: Add support for MinGW-w64 for C/C++ Compilation #297

Open Welding-Torch opened 11 months ago

Welding-Torch commented 11 months ago

The current recommended compiler for C/C++ is 'Cling', which is a good tool, except that it doesn't have binaries for Windows. This is a huge issue, as a large number of people use Windows and don't want to install a bunch of tools they'll only use once to compile Cling. Right now, MinGW-w64 is the most widely used GCC compatibility layer for Windows. So I would like to request that support for it is added.

Thank you.