Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.28 KB

File metadata and controls

50 lines (45 loc) · 1.28 KB

Range Software - Cloud Client

Range Cloud client application

Prepare build environment

Initialize all submodules

git submodule update --init --recursive

Following command will attempt to download and install all required packages, therefore it must be executed under priviledged (root) user

sudo ./src/range-build-tools/prereqs.sh

NOTE: In case your OS does not provide you with Qt version 6.8 or newer download and install it from https://www.qt.io/download/.

Build

cmake -S src -B build-Release && \
cmake --build build-Release --parallel

Create an installation packages and installers

cmake --build build-Release --target package

Installation using generated installers

Windows

MacOS

Drag & Drop

open './build-Release/range-cloud-client-1.0.5-darwin-arm64.dmg'

Linux

Self extracting Tar GZip

./build-Release/range-cloud-client-1.0.5-linux-x86_64.sh

Debian DEB package

sudo apt install ./build-Release/range-cloud-client-1.0.5-linux-x86_64.deb

RedHat RPM package

sudo dnf install ./build-Release/range-cloud-client-1.0.5-linux-x86_64.rpm

Download

To download already built binaries please visit http://range-software.com

Powered by