Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 701 Bytes

setting_up_linux.md

File metadata and controls

33 lines (23 loc) · 701 Bytes

Setting up development environment on Ubuntu 20.04

Install needed system commands and dependencies:

sudo apt install git python3 python3-pip python3-setuptools python3-wheel ninja-build libglfw3-dev cmake libfmt-dev libtbb-dev clang

Clone repository

git clone --recursive https://github.com/enoxum/UbiBelPMF_2021.git

Lets grab ourselves the latest version of meson:

sudo pip3 install meson

Grab an IDE:

sudo snap install --classic code

Install C++ and Meson extensions for our IDE:

code --install-extension ms-vscode.cpptools
code --install-extension asabil.meson

Open dagger folder in VS Code, press F5, and profit!