librttopo 安装
阅读原文时间:2023年07月10日阅读:1

librttopo 安装

https://git.osgeo.org/gitea/rttopo/librttopo/tags

The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided [data stores] (doc/DATASTORES.md) and released under the GNU GPL license (version 2 or later).

The code is derived from PostGIS liblwgeom library enhanced to provide thread-safety, have less dependencies and be independent from PostGIS release cycles.

The RT Topology Library was funded by "Regione Toscana - SITA" (CIG: 6445512CC1), which also funded many improvements in the originating liblwgeom.

Ubuntu 环境

安装autotools-dev:

sudo apt install autotools-dev autoconf

安装 libtool :

sudo apt install libtool libltdl-dev

1. 下载 librttopo-librttopo-1.1.0.tar.gz

下载地址 :https://git.osgeo.org/gitea/rttopo/librttopo/tags

2. 解压 lbrttopo-librttopo-1.1.0.tar.gz

tar -zxvf librttopo-librttopo-1.1.0.tar.gz

3. 使用 Autotools 工具生成configure

cd librttopo/
./autogen.sh

4. 配置

./configure --prefix=/usr/local

4. 构建+编译+安装

make # build
make check # test
sudo make install # or install-strip

至此,安装完成。

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章