hexagonal-sun / bic

A C interpreter and API explorer.
GNU General Public License v2.0
818 stars 36 forks source link

Cygwin support? #30

Open dzavalishin opened 4 years ago

dzavalishin commented 4 years ago

Is it completely impossible to build it in cygwin environment? As a workaround I'll be happy to build just parser with cygwin, but it would be just a hack...

hexagonal-sun commented 4 years ago

Hmm, good idea. I've never tried it. Any pointers on how to get a cygwin build enviroment up and running?

dzavalishin commented 4 years ago

Download installer from https://cygwin.com/, choose packages to install, then "sh" at windows cmd line and you're set up. As far, as I recall.

MGessinger commented 4 years ago

Is this Issue still of interest? I am currently looking into some work-arounds to get this to compile under Cygwin (without breaking current support obviously).