compiling in Cygwin? #125
-
Hey! Is this doable? Hard to tell if there is some package that I am missing. ImageMagick is installed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey! This is the first actual discussion in this repo! 🎉 EDIT: answer is below from op |
Beta Was this translation helpful? Give feedback.
Hey! This is the first actual discussion in this repo! 🎉
std::filesystem requires c++17+, have you passed the necessary arguments? If I remember right cygwin uses a version of g++ compiled for windows, which should use gnu++14 by default.
The only dependency is imagemagick. If it spits out lines like
\033[1;31m
then it means that your terminal doesn't support linux color codes.If this still doesn't solve your question, could I see a screenshot?
EDIT: answer is below from op