use tiny badge

The big badge is too big and could overflow in the following section. The tiny one will keep the same size as new packages are added.
This commit is contained in:
Nicola Smaniotto 2021-12-14 10:34:14 +01:00 committed by GitHub
parent b841f49a36
commit 5ea56cac22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -57,16 +57,14 @@ Download and unpack devel packages for `SDL2` and `SDL2_mixer`.\
Set paths to them in `CMakeLists.txt`, see suggested placement in `/Libs`.\
Compile with Visual Studio; tested with 2019.
<a href="https://repology.org/project/spacecadetpinball/versions">
<img src="https://repology.org/badge/vertical-allrepos/spacecadetpinball.svg" alt="Packaging status" align="right">
</a>
### On Linux
Install devel packages for `SDL2` and `SDL2_mixer`.\
Compile with CMake; tested with GCC 10, Clang 11.\
To cross-compile for Windows, install a 64-bit version of mingw and its `SDL2` and `SDL2_mixer` distributions, then use the `mingwcc.cmake` toolchain.
[![Packaging status](https://repology.org/badge/tiny-repos/spacecadetpinball.svg)](https://repology.org/project/spacecadetpinball/versions)
Some distributions provide a package in their repository. You can use those for easier dependency management and updates.
### On macOS