-
Notifications
You must be signed in to change notification settings - Fork 254
Installation
philippewarren edited this page Mar 16, 2022
·
6 revisions
You will need CMake, GCC and the following external libraries:
FFTW:
sudo apt-get install libfftw3-dev
LibConfig:
sudo apt-get install libconfig-dev
ALSA:
sudo apt-get install libasound2-dev
PulseAudio:
sudo apt-get install libpulse-dev
Clone the project:
git clone https://github.com/introlab/odas.git
Create a folder to build the project:
cd odas
mkdir build
cd build
Run CMake (in the build directory) :
cmake ../
Compile the project:
make
Provided by IntRoLab, Université de Sherbrooke, Québec, Canada.