You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on nim-libgd! I've tested this library on OSX and it works. The only adjustment that needs to be made is the procedure definition pragmas in libgd.nim should reference libgd.dylib library name instead of libgd.so, for instance
Great work on
nim-libgd
! I've tested this library on OSX and it works. The only adjustment that needs to be made is the procedure definition pragmas inlibgd.nim
should referencelibgd.dylib
library name instead oflibgd.so
, for instanceCould you write a compile-time check for this that injects appropriate library name?
Additionally
brew install libgd
will get the C library installed on OSX.The text was updated successfully, but these errors were encountered: