rename directories
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
4
INSTALL
@ -2,7 +2,7 @@ INSTALLATION GUIDE
|
||||
|
||||
* CORE INSTALLATION
|
||||
# Go to the root of the application core directory
|
||||
cd sflphone-common
|
||||
cd daemon
|
||||
# Compile pjsip
|
||||
cd libs/pjproject
|
||||
./autogen.sh
|
||||
@ -17,7 +17,7 @@ INSTALLATION GUIDE
|
||||
|
||||
* GNOME CLIENT INSTALLATION
|
||||
# Go to the root of the gnome client directory
|
||||
cd sflphone-client-gnome
|
||||
cd gnome
|
||||
./autogen.sh --prefix=/usr
|
||||
make && sudo make install
|
||||
|
||||
|
4
README
@ -4,8 +4,8 @@ GIT REPOSITORY
|
||||
|
||||
Tree information:
|
||||
|
||||
* sflphone-common: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services).
|
||||
* sflphone-client-gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus.
|
||||
* daemon: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services).
|
||||
* gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus.
|
||||
* tools: scripts
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Author: Francois Marier <francois@debian.org>
|
||||
|
||||
if [ ! -e sflphone-common/configure.ac ] ; then
|
||||
if [ ! -e daemon/configure.ac ] ; then
|
||||
echo "This script must be run in the root directory of the sflphone repository"
|
||||
exit 1
|
||||
fi
|
||||
@ -31,7 +31,7 @@ rm -f *.tar.gz
|
||||
|
||||
rm -rf lang/
|
||||
rm -rf tools/
|
||||
rm -rf sflphone-client-kde/
|
||||
rm -rf kde/
|
||||
|
||||
rm -rf .git/
|
||||
rm -f .gitignore
|
||||
@ -40,11 +40,11 @@ find -name .project -type f -exec rm {} \;
|
||||
find -name .cproject -type f -exec rm {} \;
|
||||
find -name .settings -type d -exec rm -rf {} \;
|
||||
|
||||
pushd sflphone-common
|
||||
pushd daemon
|
||||
./autogen.sh
|
||||
popd
|
||||
|
||||
pushd sflphone-common/libs/pjproject
|
||||
pushd daemon/libs/pjproject
|
||||
find -name os-auto.mak -type f -exec rm {} \;
|
||||
|
||||
# Remove pre-built binaries
|
||||
@ -87,7 +87,7 @@ rm -rf third_party/milenage/
|
||||
aclocal --force
|
||||
popd
|
||||
|
||||
pushd sflphone-client-gnome
|
||||
pushd gnome
|
||||
./autogen.sh
|
||||
popd
|
||||
|
||||
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |