-
Notifications
You must be signed in to change notification settings - Fork 27
Building from source
Mike R edited this page Feb 21, 2022
·
5 revisions
Build instructions sutitable for Ubuntu-based distros > 20.04
- Clone repository with submodules
git clone --recursive [email protected]:Midgrad/Dreka.git
- Go to the project folder
cd Dreka
- Install system dependencies with script
./scripts/ubuntu_install_deps.sh
Tip: You can use Qt installed from Qt Online Installer
- Install web dependencies with node.js
npm install
- Build the project
npm run configure
npm run build
- Run it!
npm run start_release
Alternativly you can use Qt Creator IDE opening root CMakeLists.txt or VsCode/Atom/CLion/etc opening folder.