Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active March 18, 2022 17:38
Show Gist options
  • Save remlapmot/7da4b54ceb6face4f464455b402b5114 to your computer and use it in GitHub Desktop.
Save remlapmot/7da4b54ceb6face4f464455b402b5114 to your computer and use it in GitHub Desktop.
Install Cairo package from source on macOS
# install Cairo from source
# see https://www.mail-archive.com/[email protected]/msg06281.html
Sys.setenv(C_INCLUDE_PATH="/opt/X11/include")
install.packages("Cairo", type = "source")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment