Last active
March 18, 2022 17:38
-
-
Save remlapmot/7da4b54ceb6face4f464455b402b5114 to your computer and use it in GitHub Desktop.
Install Cairo package from source on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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