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.
安装autotools-dev:
sudo apt install autotools-dev autoconf
安装 libtool :
sudo apt install libtool libltdl-dev
下载地址 :https://git.osgeo.org/gitea/rttopo/librttopo/tags
tar -zxvf librttopo-librttopo-1.1.0.tar.gz
cd librttopo/
./autogen.sh
./configure --prefix=/usr/local
make # build
make check # test
sudo make install # or install-strip
至此,安装完成。
手机扫一扫
移动阅读更方便
你可能感兴趣的文章