Skip to content

Instantly share code, notes, and snippets.

@luckytuvshee
Last active May 31, 2020 11:05
Show Gist options
  • Save luckytuvshee/fc06c182768475e8dd22a480a0e6e82c to your computer and use it in GitHub Desktop.
Save luckytuvshee/fc06c182768475e8dd22a480a0e6e82c to your computer and use it in GitHub Desktop.
install these packages before running "configure" script
you can uninstall these packages once "make install" is done
libncursesw5-dev (for supporting wide characters such as Åå Ää Öö)
libopusfile-dev
libsystemd-dev
libavformat-dev
libpulse-dev
jack
libroar-dev
libsamplerate0-dev (libsamplerate-dev)
# install
sudo apt install libncursesw5-dev libopusfile-dev libsystemd-dev libavformat-dev libpulse-dev jack libroar-dev libsamplerate0-dev
# uninstall completely with its dependencies
sudo apt autoremove --purge libncursesw5-dev libopusfile-dev libsystemd-dev libavformat-dev libpulse-dev jack libroar-dev libsamplerate0-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment