Skip to content

Instantly share code, notes, and snippets.

View WPCJATH's full-sized avatar

Eric Wang WPCJATH

  • The Hong Kong Polytechnic University
  • Hong Kong, China
  • 21:52 (UTC +08:00)
View GitHub Profile
@mtolly
mtolly / mac-libgdiplus.sh
Last active March 10, 2024 07:35
How to build and install the Mono libgdiplus.dll on a Mac with Homebrew (update: no longer needed, see comments)
#!/bin/bash
# First install XQuartz, then...
brew install freetype fontconfig libpng
ln -s /opt/X11/include/X11 /usr/local/include/X11
git clone [email protected]:mono/libgdiplus
cd libgdiplus
./autogen.sh
make install