Simulate davinci working in different environments
View Demo
·
Report Bug
·
Request Feature
Table of Contents
You can download precompiled binaries from releases tab.
Thermostat is build as a cross-platform application. Paste the following commands in your terminal to build project from source.
Make sure you have git, cmake and make installed on your system.
- git
- cmake
- make
- Clone the repository
git clone https://github.com/akshnova/davinci --recursive
- Make the build directory
mkdir davinci/build
cd davinci/build
- generate the project using cmake. and build using make
cmake ..
make
Distributed under the GPLv3 License. See LICENSE
for more information.
Akshay Bansod - [email protected]