kleiner-brauhelfer / kleiner-brauhelfer-2

kleiner-brauhelfer v2.x.x
http:///kleiner-brauhelfer.github.io
GNU General Public License v3.0
84 stars 35 forks source link

kleiner-brauhelfer v2

GitHub release (latest by date) GitHub Release Date GitHub Downlaods

Der kleine-brauhelfer ist ein Hilfsprogramm für Hobbybrauer zum Erstellen und Verwalten von Biersuden. Die Version 2 ist die Weiterentwicklung vom kleinen-brauhelfer.

Diskussion auf Hobbybrauer.de:

https://hobbybrauer.de/forum/viewtopic.php?f=3&t=21510

Credits:

Download

Windows

Linux

Mac OS

Konfigurationsdatei kleiner-brauhelfer-2.ini

Einstellungen, welche sich nur über die INI Datei einstellen lassen.

[General]

[Style]

Hinweise

Qt Installation unter Linux

Alternativ zum offiziellen Qt Installer kann Qt mit Another Qt installer (aqt) installiert werden:

# Configure
VERSION='6.5.0'
QT_PATH="/opt/Qt"

# Location for logs and download files
mkdir /tmp/aqt
cd /tmp/aqt

# Install helper (https://github.com/miurahr/aqtinstall)
sudo pip install aqtinstall

# Install Qt
sudo python3 -m aqt install --outputdir ${QT_PATH} ${VERSION} linux desktop -m qtwebengine qtwebchannel qtpositioning

# Set ENV variables
export PATH=${QT_PATH}/${VERSION}/clang_64/bin/:$PATH
export QT_PLUGIN_PATH=${QT_PATH}/${VERSION}/clang_64/plugins/
export QML_IMPORT_PATH=${QT_PATH}/${VERSION}/clang_64/qml/
export QML2_IMPORT_PATH=${QT_PATH}/${VERSION}/clang_64/qml/