Skip to content

Commit e1c1630

Browse files
committed
Require libopencv-dev on Debian systems
This package contains the CMake files needed to build osm2pgsql.
1 parent 374eca4 commit e1c1630

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/actions/ubuntu-prerequisites/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ runs:
2020
libboost-system-dev \
2121
libbz2-dev \
2222
libexpat1-dev \
23-
libopencv-core-dev \
24-
libopencv-imgcodecs-dev \
25-
libopencv-imgproc-dev \
23+
libopencv-dev \
2624
libpotrace-dev \
2725
libpq-dev \
2826
libproj-dev \

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ On a Debian or Ubuntu system, this can be done with:
8484
```sh
8585
sudo apt-get install make cmake g++ libboost-dev libboost-system-dev \
8686
libboost-filesystem-dev libexpat1-dev zlib1g-dev libpotrace-dev \
87-
libopencv-core-dev libopencv-imgcodecs-dev libopencv-imgproc-dev \
88-
libbz2-dev libpq-dev libproj-dev lua5.3 liblua5.3-dev pandoc \
89-
nlohmann-json3-dev pyosmium
87+
libopencv-dev libbz2-dev libpq-dev libproj-dev lua5.3 liblua5.3-dev \
88+
pandoc nlohmann-json3-dev pyosmium
9089
```
9190

9291
On a Fedora system, use

0 commit comments

Comments
 (0)