File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
.github/actions/ubuntu-prerequisites Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change @@ -84,9 +84,8 @@ On a Debian or Ubuntu system, this can be done with:
8484``` sh
8585sudo 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
9291On a Fedora system, use
You can’t perform that action at this time.
0 commit comments