File: INSTALL

package info (click to toggle)
sflphone 1.4.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 68,208 kB
  • ctags: 52,321
  • sloc: ansic: 348,181; cpp: 97,004; sh: 24,032; python: 11,282; xml: 7,437; makefile: 3,549; objc: 1,554; java: 1,090; asm: 46; sed: 16
file content (43 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
INSTALLATION GUIDE

Wiki: https://projects.savoirfairelinux.com/projects/sflphone/wiki/BuildInstructions

* CORE INSTALLATION

    # Install dependencies (subject to change):
      apt-get install gnome-doc-utils build-essential autoconf libtool
      libasound2-dev libpulse-dev libsamplerate0-dev libcommoncpp2-dev
      libccrtp-dev libzrtpcpp-dev libdbus-1-dev libdbus-c++-dev libyaml-dev
      libpcre3-dev libgsm1-dev libspeex-dev libspeexdsp-dev libcelt-dev

    # Go to the root of the application core directory
    cd daemon
    # Compile pjsip
    cd libs
    ./compile_pjsip.sh
    # Go back to the root
    cd ../..
    ./autogen.sh
    ./configure
    make && sudo make install

    You are done with the core !

* GNOME CLIENT INSTALLATION

    # Install dependencies (subject to change):
    apt-get install libnotify-dev libgtk2.0-dev libwebkit-dev libgnomeui-dev check

    # Go to the root of the gnome client directory
    cd gnome
    ./autogen.sh
    ./configure
    make && sudo make install

    You are done with the gnome client !

Then, to start SFLphone, simply go in Applications > Internet > SFLphone VoIP Client.

    Thanks You

    SFLphone Team