如何在mac os x上安装“libproj-dev”

时间:2013-12-14 08:37:04

标签: macos rubygems proj4

我正在尝试在Mac Mavericks上安装proj4rb(gem install proj4rb)但是得到了 以下错误:

----- Error Message
checking for proj_api.h... yes
checking for pj_init() in -lproj... yes
creating Makefile

make
compiling projrb.c
projrb.c:2:22: error: projects.h: No such file or directory


----- End Error Message

我知道这个问题。它需要在linux上为“libproj-dev”的头文件。 我是mac新手所以我想知道是否有人可以帮我使用brew或macport。

总而言之,我需要为Mac安装“libproj-dev”等效包。

感谢。

1 个答案:

答案 0 :(得分:6)

您可以通过brew with

安装它
Thread.current