Skip to content

Commit 5af0a4b

Browse files
committed
Update README.md: Remove appveyor and codecov links
1 parent a44ae7b commit 5af0a4b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ A fast and flexible C++ library for working with OpenStreetMap data.
77
Libosmium 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

1412
Please 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

2421
Different parts of Libosmium (and the applications built on top of it) need
2522
different libraries. You DO NOT NEED to install all of them, just install those
@@ -88,13 +85,6 @@ See the
8885
for 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

10090
Libosmium is available under the Boost Software License. See LICENSE.

0 commit comments

Comments
 (0)