Skip to content

README should suggest MacPorts installation of GraphicsMagick #142

@tensory

Description

@tensory

While following https://github.com/cpp-io2d/P0267_RefImpl/blob/master/BUILDING.md on OSX 11.4 (Big Sur), I was not able to build io2D while GraphicsMagick was installed from Homebrew:

Found macOS, using CAIRO_XLIB.
-- Checking for module 'GraphicsMagick'
--   No package 'GraphicsMagick' found
CMake Error at /usr/local/Cellar/cmake/3.20.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find GraphicsMagick (missing: GRAPHICSMAGICK_INCLUDE_DIRS)

I got past this error by uninstalling the Homebrew copy of GraphicsMagick, and installing it from MacPorts instead:

brew uninstall graphicsmagick
sudo port install GraphicsMagick

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions