Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@charlie_root The GNU Image Manipulation Program certainly isn't written for "Linux".
GNU libraries, GNU autotools and GCC has been ported to windows, which makes it feasibly possible to compile GNU-depending software into an .exe as long as you are willing to waste 8 hours working around what microsoft has broken this time.
Of course you should just install the real thing and install GNU/Linux and then installing the software is a single package manager command away and even if it isn't packaged, compiling is often as simple as; `./configure && make -j$(nproc)`