1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# Tipp10 (Qt6) - unofficial
This is a fork of the official Version V2.1.0 from https://www.tipp10.com
Patches are welcome.
## Installation
### Flathub
See https://flathub.org/apps/details/com.gitlab.tipp10.tipp10
### Arch Linux
```sh
sudo pacman -S tipp10
```
### Debian
```sh
sudo apt install tipp10
```
### NixOS
```sh
nix-env -iA nixos.tipp10
```
### From Source
```sh
git clone https://gitlab.com/tipp10/tipp10.git
cd tipp10
mkdir build
cd build
cmake ..
make # or ninja etc. # command depends on the selected CMake generator
```
## Contributing
You can help translating Tipp10 at [Weblate](https://hosted.weblate.org/engage/tipp10/).
|