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 1
1
2
2
cmake_minimum_required (VERSION 3.5.0 )
3
3
4
- project (osm2pgsql VERSION 1.6 .0 LANGUAGES CXX C )
4
+ project (osm2pgsql VERSION 1.7 .0 LANGUAGES CXX C )
5
5
6
6
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
7
7
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
36
36
and can be downloaded as follows:
37
37
38
38
``` sh
39
- git clone git ://github.com/openstreetmap/osm2pgsql.git
39
+ git clone https ://github.com/openstreetmap/osm2pgsql.git
40
40
```
41
41
42
42
Osm2pgsql 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
66
66
* [ rapidjson] ( https://rapidjson.org/ ) (>= 1.1.0)
67
67
68
68
It 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
70
70
[ PostGIS] ( https://www.postgis.net/ ) 2.2+.
71
71
72
72
Make 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
154
154
```
155
155
156
156
Note 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.
158
158
159
159
### Using the PROJ library
160
160
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" "" ""
2
2
.SH NAME
3
3
osm2pgsql-replication \- osm2pgsql database updater
4
4
.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" "" ""
2
2
.SH NAME
3
3
.PP
4
4
osm2pgsql - Openstreetmap data to PostgreSQL converter
You can’t perform that action at this time.
0 commit comments