cd src/TabloNode/
sudo docker compose up --buildcd src/TabloMaster/
apt install < requirement.txt
g++ -o tabloMaster tabloMaster.cpp ui/*.cpp
utils/*.cpp
./tabloMaster nix build github:Sobottasgithub/Tablo- clone repository
git clone https://github.com/sobottasgithub/Tablo- configure for your system
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release- compile
cmake --build build- install for packaging
cmake --install build
The flake in this repository allowes you to build minimal docker images that avoid as much bloat as possible.
To use this feature, you NEED to use nix. Download available at: https://nixos.org/
You can either run the builds yourself or use the ./build-image-nix.sh script!