mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
doc: Add info about running pulseaudio from the build dir
This commit is contained in:
parent
ba2ad514c2
commit
3cae4a0606
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
|
@ -32,3 +32,12 @@ OHLOH:
|
||||||
|
|
||||||
AUTHORS:
|
AUTHORS:
|
||||||
Several
|
Several
|
||||||
|
|
||||||
|
HACKING:
|
||||||
|
In order to run pulseaudio from the build dir __OPTIMIZE__ should be
|
||||||
|
disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()),
|
||||||
|
this can be done by passing "CFLAGS=-O0" to the configure script:
|
||||||
|
./autogen.sh
|
||||||
|
CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
|
||||||
|
make
|
||||||
|
./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/.libs/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue