Commit 802d460 1 parent 30097cd commit 802d460 Copy full SHA for 802d460
File tree 4 files changed +1
-82
lines changed
4 files changed +1
-82
lines changed Original file line number Diff line number Diff line change 52
52
- uses : ./.github/actions/install-ubuntu
53
53
- uses : ./.github/actions/build
54
54
55
- ubuntu22-make :
56
- runs-on : ubuntu-22.04
57
- env :
58
- CC : gcc
59
- CXX : g++
60
- CXXFLAGS : -Werror -Wall -pedantic
61
- steps :
62
- - uses : actions/checkout@v4
63
- - uses : ./.github/actions/install-ubuntu
64
- - run : make -C osmpbf
65
-
66
55
macos :
67
56
runs-on : macos-latest
68
57
env :
Original file line number Diff line number Diff line change 3
3
4
4
https://github.com/openstreetmap/OSM-binary
5
5
6
- Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
6
+ Osmpbf is a Java/C++ library to read and write OpenStreetMap PBF files.
7
7
PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap
8
8
data that uses Google Protocol Buffers as low-level storage.
9
9
@@ -55,9 +55,6 @@ This build is also used for Debian packaging.
55
55
56
56
## C++ Version
57
57
58
- (Earlier versions used Makefiles for building. Please switch to the CMake-based
59
- build, the Makefiles are deprecated and will be removed in a future version.)
60
-
61
58
To compile:
62
59
63
60
``` sh
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments