From 8326058ef18c7bb09f76f556f3ab67e91fcad33c Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Sat, 9 Sep 2006 12:40:14 +0000
Subject: [PATCH] Adding Gentoo instruction to compile sflphone

---
 README.gentoo | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 README.gentoo

diff --git a/README.gentoo b/README.gentoo
new file mode 100644
index 0000000000..26dd1a655a
--- /dev/null
+++ b/README.gentoo
@@ -0,0 +1,23 @@
+emerge commoncpp2
+# editer /usr/lib/pkgconfig/libccext2.pc pour le includedir -> /usr/include/
+ACCEPT_KEYWORDS=~x86 emerge ccrtp
+emerge libosip
+ACCEPT_KEYWORDS=~x86 emerge libeXosip
+emerge libsamplerate
+emerge cvs
+emerge =qt-3.3.6-r1 
+
+cvs ...
+
+cd tools/
+portaudio.sh
+cd portaudio
+make install
+cd ../../
+./tools/autotoolize.sh
+./configure --with-qtdir=/usr/qt/3 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
+make
+make install
+
+sflphone
+
-- 
GitLab