From 9766c05bbf049b2c4ba439616063610b8eb7a08b Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 5 Sep 2013 10:42:18 -0700 Subject: [PATCH] pulse notes --- pulse-notes.ubuntu.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pulse-notes.ubuntu.txt b/pulse-notes.ubuntu.txt index c0e29c4..cb6ec90 100644 --- a/pulse-notes.ubuntu.txt +++ b/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 +