Skip to content

jo-hannes/Aqua-mixtura

Repository files navigation

Aqua-mixtura

Wasseraufbereitung fürs Bierbrauen

Water treatment for brewing beer

Aufbereitung

How-To/Anleitung

Install

Just use the pre build binaries for your platform in the releases section.

Gentoo

Add hurra/gentoo-overlay to your system by following the guide on https://wiki.gentoo.org/wiki/Eselect/Repository#Add_ebuild_repositories_from_repos.gentoo.org

eselect repository add hurra-overlay git https://github.com/hurra/gentoo-overlay.git
emaint sync --repo hurra-overlay
emerge -av sci-chemistry/Aqua-mixtura

Build from source

Using Qt Creator

Using CMake

The following software must be installed to build Aqua-mixtura:

  • c/c++ compiler
  • cmake
  • Qt6 library with development header

For Debian/Ubuntu install these packages:

sudo apt install git build-essential cmake qt6-base-dev qt6-tools-dev

For Fedora install these packages:

sudo dnf install lsb_release git cmake make automake gcc gcc-c++ qt6-qtbase-devel qt6-linguist qt6-qttools-devel rpm-build

For openSUSE install these packages:

sudo zypper install lsb-release git cmake make automake gcc gcc-c++ rpm-build qt6-base-devel qt6-tools-linguist qt6-linguist-devel

Then use cmake to build it:

git clone https://github.com/jo-hannes/Aqua-mixtura.git
cd Aqua-mixtura
mkdir build
cd build
cmake ..
make