- Set up C++ compiler
- Clone repository including submodules:
git clone https://git.rwth-aachen.de/asrlabws2223/group-1.git --recurse-submodules
- Possibly need to install additional libraries such as libblas and libgsl:
sudo apt-get install libblas-dev libgsl-dev libboost-all-dev
or equivalent.
to compile test Boost 1.74 needed. sudo apt-get install libboost-all-dev
4. Compile code:
- Using the makefile:
cd src/
make
cd ..
- Using cmake
mkdir build && cd build
cmake ..
make install
cd ..
- Run program using the asrlab executable and a config file:
./asrlab config/extract_wsj.config
Expected output:
Processing (1): example-wsj-1