mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
13
README
13
README
|
|
@ -19,7 +19,7 @@ TRAC/BUGZILLA TICKET CHANGES MAILING LIST:
|
|||
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
|
||||
|
||||
IRC:
|
||||
#pulseaudio on irc.freenode.org
|
||||
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/#ircandmatrix
|
||||
|
||||
FRESHMEAT:
|
||||
http://freshmeat.net/projects/pulseaudio/
|
||||
|
|
@ -31,13 +31,10 @@ AUTHORS:
|
|||
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/
|
||||
In order to run pulseaudio from the build dir:
|
||||
meson build
|
||||
meson compile -C build
|
||||
build/src/daemon/pulseaudio -n -F build/src/daemon/default.pa -p $(pwd)/build/src/modules/
|
||||
|
||||
SPELLING:
|
||||
PulseAudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue