Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 198 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 198 Bytes

TutorialDAW

For building on a linux system:

git clone https://github.com/BaraMGB/TutorialDAW.git
git submodule init
git submodule update
cd TutorialDAW
mkdir build
cd build
cmake ..
make