Skip to content
Dominic Létourneau edited this page Oct 2, 2018 · 4 revisions

Ubuntu 16.04

Install Dependencies

sudo apt-get install libqt4-dev cmake libasound2-dev git libqtwebkit-dev 

Clone Repository

git clone https://github.com/introlab/manyears.git

Create Build Directory

cd manyears/manyears-C
mkdir build

Build the Software

cd build
cmake ../
make

Run the Software

manyears/manyears-C/bin/ManyEars