@@ -7,8 +7,6 @@ A fast and flexible C++ library for working with OpenStreetMap data.
77Libosmium works on Linux, macOS and Windows.
88
99[ ![ Github Build Status] ( https://github.com/osmcode/libosmium/workflows/CI/badge.svg?branch=master )] ( https://github.com/osmcode/libosmium/actions )
10- [ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/yy099a4vxcb604rn/branch/master?svg=true )] ( https://ci.appveyor.com/project/lonvia/libosmium-eq41p/branch/master )
11- [ ![ Coverage Status] ( https://codecov.io/gh/osmcode/libosmium/branch/master/graph/badge.svg )] ( https://codecov.io/gh/osmcode/libosmium )
1210[ ![ Packaging status] ( https://repology.org/badge/tiny-repos/libosmium.svg )] ( https://repology.org/metapackage/libosmium )
1311
1412Please see the [ Libosmium manual] ( https://osmcode.org/libosmium/manual.html )
@@ -17,9 +15,8 @@ for more details than this README can provide.
1715
1816## Prerequisites
1917
20- Because Libosmium uses many C++11 features you need a modern compiler and
21- standard C++ library. Osmium needs at least GCC 4.8 or clang (LLVM) 3.4.
22- (Some parts may work with older versions.)
18+ You need a C++11 compiler and standard C++ library. Osmium needs at least GCC
19+ 4.8 or clang (LLVM) 3.4. (Some parts may work with older versions.)
2320
2421Different parts of Libosmium (and the applications built on top of it) need
2522different libraries. You DO NOT NEED to install all of them, just install those
@@ -88,13 +85,6 @@ See the
8885for instructions.
8986
9087
91- ## Switching from the old Osmium
92-
93- If you have been using the old version of Osmium at
94- https://github.com/joto/osmium you might want to read about the [ changes
95- needed] ( https://osmcode.org/libosmium/manual.html#changes-from-old-versions-of-osmium ) .
96-
97-
9888## License
9989
10090Libosmium is available under the Boost Software License. See LICENSE.
0 commit comments