You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _libosmium_manual/05_using.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ If your code doesn't work with older version of Libosmium, you can tell CMake
65
65
the minimum version number:
66
66
67
67
```cmake
68
-
find_package(Osmium 2.10.2 REQUIRED)
68
+
find_package(Osmium 2.15.6 REQUIRED)
69
69
```
70
70
71
71
You can add an optional list of components that should be found also. For
@@ -107,7 +107,9 @@ Also see the [dependencies chapter](#dependencies).
107
107
108
108
### XML input
109
109
110
-
For XML input you need the Expat XML parser, for XML output no special XML library is needed. In any case you need threading enabled. If you want to read or write compressed XML files you need ZLib and BZ2lib.
110
+
For XML input you need the Expat XML parser, for XML output no special XML
111
+
library is needed. In any case you need threading enabled. If you want to read
112
+
or write compressed XML files you need ZLib and BZ2lib.
111
113
112
114
* Dependencies: Expat, Zlib, BZ2lib
113
115
* Link with: `libexpat`, enable multithreading
@@ -125,6 +127,9 @@ For version 2.3.0 and above you don't need much:
0 commit comments