From bdd15b3710948e9ae3e8b752b417ddf244c9fc1a Mon Sep 17 00:00:00 2001 From: yanmorin <yanmorin> Date: Tue, 18 Oct 2005 20:53:12 +0000 Subject: [PATCH] add a example to configure sflphone --- exampleConfigure.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 exampleConfigure.sh diff --git a/exampleConfigure.sh b/exampleConfigure.sh new file mode 100755 index 0000000000..4cc5d01003 --- /dev/null +++ b/exampleConfigure.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +SFL_PREFIX=/home/$HOME/sflphone + +export LD_LIBRARY_PATH=$SFL_PREFIX/lib +export LDFLAGS="-L$SFL_PREFIX/lib" +export CPPFLAGS="-I$SFL_PREFIX/include/cc++2 -I$SFL_PREFIX/include" +export PKG_CONFIG_PATH=$SFL_PREFIX/lib/pkgconfig + +./configure --prefix=$SFL_PREFIX --enable-strict || exit +make || exit +make install || exit -- GitLab