Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 435 Bytes

INSTALL.md

File metadata and controls

24 lines (16 loc) · 435 Bytes

Building and installing on ALT-Linux

Build dependencies

On ALT-Linux distributions all build dependencies can be installed with following command:

apt-get install cmake gcc-c++ qt5-base-devel qt5-tools-devel qt5-base-common

Building with CMake and Make

mkdir -p build
cmake -B build -DGPUI_BUILD_TESTS=OFF .

cd build && make -j `nproc`

Build instruction for ALT-Linux using Gear

gear-rpm -ba