Skip to content

Range-Software/range-cloud-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range Software - Cloud Client

Range Cloud client application

Prepare build environment

Initialize all submodules

git submodule init && git submodule update --remote

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

Next build directory needs to be created

mkdir build

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-0.0.1-Darwin.dmg'

GUI Installer

./build-Release/range-cloud-client-0.0.1-Darwin.run

Self extracting Tar GZip

./build-Release/range-cloud-client-0.0.1-Darwin.sh

Linux

GUI Installer

./build-Release/range-cloud-client-0.0.1-Linux.run

Self extracting Tar GZip

./build-Release/range-cloud-client-0.0.1-Linux.sh

Debian DEB package

sudo apt install ./build-Release/range-cloud-client-0.0.1-Linux.deb

RedHat RPM package

sudo dnf install ./build-Release/range-cloud-client-0.0.1-Linux.rpm

Download

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

Powered by

About

Range Cloud client application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published