Skip to content
Snippets Groups Projects
Commit bdd15b37 authored by yanmorin's avatar yanmorin
Browse files

add a example to configure sflphone
parent e7bef986
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment