Windows 11 Cygwin64 build #314
tesla1889tv
started this conversation in
General
Replies: 1 comment
-
Thanks for your tip. Cgreen has been building on Cygwin for ages, but it's nice to have someone write up the extra steps. The problem with Cgreen on "bare" Windows is that there is no straight forward way to port the (very few) Unix-isms, and I suppose the multitude of ways you can build your Windows program. Noone has described how to do that, so there is unfortunately no examples here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For anyone trying something silly like using cgreen on Windows like me, all you need to do is follow this guide to install Cygwin, but also include the
cmake
andperl
packages. Aftermake
ing,make test
ing, andmake install
ing cgreen, include-L/usr/local/lib -lcgreen
in your linker command.Beta Was this translation helpful? Give feedback.
All reactions