Skip to content

hurra/Aqua-mixtura

 
 

Repository files navigation

Aqua-mixtura

Wasseraufbereitung fürs Bierbrauen

Water treatment for brewing beer

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

About

Wasseraufbereitung fürs Bierbrauen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.9%
  • CMake 3.5%
  • Shell 0.6%