Mac Rmagick won't install with Xcode 4.2

前端 未结 4 464
粉色の甜心
粉色の甜心 2020-12-02 11:56

I just got a new macbook pro and trying to setup my dev environment. I downloaded xcode 4.2 from the app store and installed it, after this i installed homebrew and RVM. Ima

4条回答
  •  旧巷少年郎
    2020-12-02 12:07

    For people who want source installation, you can download the source code repository and issue this command in the imagemagick source code directory.

    ./configure --disable-openmp

    It will work similar to the brew version above but with source code compilation instead.

提交回复
热议问题