Jo?o Paulo Rechi Vita wrote: > On Mon, Sep 1, 2008 at 9:05 AM, Kevin Gilbert <kevin952 at tpg.com.au> wrote: >> From this I assumed that I should: >> >> git clone git://git.0pointer.de/pulseaudio.git >> >> but, from there how to I start the build process? No ./configure and, at least >> on my system (not the PS3, an x86 laptop), autoconf / automake does not work. > > Have you tried ./bootstrap.sh ?? I usually compile and install > pulseaudio from git with this command: > > ./bootstrap.sh --prefix=/usr && make -j3 && sudo make install I'd be a little wary of this... If you still have the system RPM for pulseaudio installed, I would strongly recommend using a different prefix. You should be able to use your home directory fine: /bootstrap.sh --prefix=$HOME/pulsegit && make -j3 && make install Even then, pulse still insists on writing a policy kit file in a root only location.. I generally hack the configure script for this.... You'd run the built pulse via $HOME/pulsegit/bin/pulseaudio binary not just "pulseaudio". Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mandriva Linux Contributor [http://www.mandriva.com/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/]