mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: drop autotools build system
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/516>
This commit is contained in:
parent
4d7242d831
commit
f4bce0bb98
27 changed files with 9 additions and 5983 deletions
11
README
11
README
|
|
@ -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