razaqq / PotatoAlert

A statistics companion app for World Of Warships
MIT License
35 stars 5 forks source link

PotatoAlert

version Github all releases actions build status License: MIT Discord Chat Donate

Screenshots

default default default

Features

Warning

This tool is by no means meant for stat shaming or being toxic towards other players in general. Please behave yourself in chat. If you think you cannot follow this simple rule, then you hereby don't have my permission to use this tool.

Installing

Windows

Download the latest Release, unpack it, start it.

Linux

If you are on Arch Linux, there exists an AUR package. If you are on another distro, you have to compile from source.

Compiling

Windows

Requirements

Steps

cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\Qt\6.6.0\msvc2019_64 -DCMAKE_RC_COMPILER=RC
cmake --build build --config Release --target PotatoAlert PotatoUpdater

Linux

Requirements

Steps

cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target PotatoAlert