diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-10-17 20:39:51 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-10-17 20:39:51 -0700 |
commit | df8e6eea137d688f223d35c451a96ea2bb294b1b (patch) | |
tree | 933b4b0f3c9c9a9f5fbf20b35b63b10841e951c4 /sesman | |
parent | f380f9e972eb49eef29cee383c6ef9d4a22201d1 (diff) | |
parent | 5ef6aa20a4b7b51f659b4a783deb6ea73c231436 (diff) | |
download | xrdp-proprietary-df8e6eea137d688f223d35c451a96ea2bb294b1b.tar.gz xrdp-proprietary-df8e6eea137d688f223d35c451a96ea2bb294b1b.zip |
Merge remote-tracking branch 'fxrdp/master'
Diffstat (limited to 'sesman')
-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 + |