Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 6dfcfc2

Browse files
committed
Updated list of libraries required for Linux build and how to compile with Pulseaudio support
1 parent d350e68 commit 6dfcfc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,16 @@ Building for Linux
118118
* libasound2-dev
119119
* mesa-common-dev
120120
* libgl1-mesa-dev
121+
* libudev-dev
122+
* libpulse-dev (optional for using Pulseaudio)
121123

122124
- From project root directory:
123125
```
124126
cd reicast/linux
125127
128+
# if you wish to use Pulseaudio, uncomment the following line
129+
# export USE_PULSEAUDIO=1
130+
126131
make
127132
```
128133

0 commit comments

Comments
 (0)