gcc on MacOS
Closed this issue · 0 comments
beejjorgensen commented
Just want to point out that gcc can in fact be used on macOS. All you have to do is install MacPorts or Homebrew and then install the version of gcc you want through them. Also macOS is a version of Unix and writing C code is fairly similar on macOS and Linux (and I’m assuming the BSDs since they share things like the kqueue api).