File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
22cmake_minimum_required (VERSION 3.5.0)
33
4- project (osm2pgsql VERSION 1.6 .0 LANGUAGES CXX C)
4+ project (osm2pgsql VERSION 1.7 .0 LANGUAGES CXX C)
55
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
77
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The latest source code is available in the osm2pgsql git repository on GitHub
3636and can be downloaded as follows:
3737
3838``` sh
39- git clone git ://github.com/openstreetmap/osm2pgsql.git
39+ git clone https ://github.com/openstreetmap/osm2pgsql.git
4040```
4141
4242Osm2pgsql uses the cross-platform [ CMake build system] ( https://cmake.org/ )
@@ -66,7 +66,7 @@ with other versions of those libraries (set the `EXTERNAL_*libname*` option to
6666* [ rapidjson] ( https://rapidjson.org/ ) (>= 1.1.0)
6767
6868It also requires access to a database server running
69- [ PostgreSQL] ( https://www.postgresql.org/ ) 9.5 + and
69+ [ PostgreSQL] ( https://www.postgresql.org/ ) 9.6 + and
7070[ PostGIS] ( https://www.postgis.net/ ) 2.2+.
7171
7272Make sure you have installed the development packages for the libraries
@@ -154,7 +154,7 @@ cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
154154```
155155
156156Note that ` Debug ` builds will be much slower than release build. For production
157- use ` Release ` or ` RelWithDebInfo ` builds are recommended.
157+ ` Release ` or ` RelWithDebInfo ` builds are recommended.
158158
159159### Using the PROJ library
160160
Original file line number Diff line number Diff line change 1- .TH "OSM2PGSQL-REPLICATION" "1" "1.6 .0" "" ""
1+ .TH "OSM2PGSQL-REPLICATION" "1" "1.7 .0" "" ""
22.SH NAME
33osm2pgsql-replication \- osm2pgsql database updater
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 1- .TH "OSM2PGSQL" "1" "1.6 .0" "" ""
1+ .TH "OSM2PGSQL" "1" "1.7 .0" "" ""
22.SH NAME
33.PP
44osm2pgsql - Openstreetmap data to PostgreSQL converter
You can’t perform that action at this time.
0 commit comments