-
Notifications
You must be signed in to change notification settings - Fork 27
Building from source
Elias Alberts edited this page Aug 10, 2021
·
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
npm run start_debug
Alternativly you can use Qt Creator IDE opening root CMakeLists.txt or VsCode/Atom/etc using npm commands to configure the project.