vocoder-cli/INSTALL.md

20 lines
363 B
Markdown
Raw Normal View History

2023-01-08 15:58:00 +00:00
## Requirements
* libsndfile development files<br />
tested with version 1.0.16 and 1.0.31
* GNU C++ compiler<br />
Ubuntu: `g++-12`<br />
tested with version 4.1.2 and 12.2.0
* GNU make
### Ubuntu
```bash
apt install libsndfile1 libsndfile1-dev g++-12 make
```
## Compile
* run `make`
* find the compiled result in `./src/vocoder`