File: README.md

package info (click to toggle)
tipp10 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,984 kB
  • sloc: cpp: 8,343; xml: 70; ansic: 60; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
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/).