Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 mac 中安装 postgis。但我不确定是否应该从源代码编译它或安装二进制文件。当我尝试安装二进制文件时,它说我需要安装我已经拥有的 postgresql 9.1。我应该怎么办?有没有明确的mac安装说明
当我遇到麻烦时,我通常从源代码安装。这使配置和编译器有更好的机会为您的计算机定制一切。但是,您必须安装 postgresql 的开发库才能使其与 postgis 一起使用。