-
Notifications
You must be signed in to change notification settings - Fork 20
Linux: Setup
Moros Smith edited this page Aug 26, 2022
·
3 revisions
[user@is_awesome ~]$ sudo pacman -Sy base-devel libpulse
[user@is_awesome ~]$ sudo apt update
[user@is_awesome ~]$ sudo apt install build-essential libpulse-dev
At this point, regardless of distribution, we assume you have the required software installed.
[user@is_awesome MySoundProject]$ g++ olcSoundWaveEngineExample.cpp -o olcSoundWaveEngineExample -lpulse -lpulse-simple -std=c++17