diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-05 10:42:18 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-05 10:42:18 -0700 |
commit | 5ef6aa20a4b7b51f659b4a783deb6ea73c231436 (patch) | |
tree | fcc5a71402d6bf1078db1f539c701dabff3b7dee /sesman/chansrv/pulse | |
parent | b8388a65a2d561c23cc08613d1c4d7cf5dbb96d0 (diff) | |
download | xrdp-proprietary-5ef6aa20a4b7b51f659b4a783deb6ea73c231436.tar.gz xrdp-proprietary-5ef6aa20a4b7b51f659b4a783deb6ea73c231436.zip |
pulse notes
Diffstat (limited to 'sesman/chansrv/pulse')
-rw-r--r-- | sesman/chansrv/pulse/pulse-notes.ubuntu.txt | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sesman/chansrv/pulse/pulse-notes.ubuntu.txt b/sesman/chansrv/pulse/pulse-notes.ubuntu.txt index c0e29c40..cb6ec90f 100644 --- a/sesman/chansrv/pulse/pulse-notes.ubuntu.txt +++ b/sesman/chansrv/pulse/pulse-notes.ubuntu.txt @@ -16,5 +16,19 @@ deb http://packages.medibuntu.org/ precise free non-free deb http://drbl.sourceforge.net/drbl-core drbl stable ---------------------- -apt-get install dpkg-dev -apt-get build-dep pulseaudio +do all this in a new directory + +root +sudo apt-get install dpkg-dev + +non root +apt-get source pulseaudio + +root +sudo apt-get build-dep pulseaudio + +cd pulseaudio-1.1 + +non root +dpkg-buildpackage -rfakeroot -uc -b + |