~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-30 11:40:56 UTC
  • mfrom: (4.1.18 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130630114056-0np50jkyqo6vnmii
Tags: 1.2.3-2
* changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
  - fixes automatic endian detection 
* Update Vcs: fixes vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    # Go to the root of the application core directory
12
12
    cd daemon
13
13
    # Compile pjsip
14
 
    cd libs/pjproject
15
 
    ./configure
16
 
    make
 
14
    cd libs
 
15
    ./compile_pjsip.sh
17
16
    # Go back to the root
18
17
    cd ../..
19
18
    ./autogen.sh
20
 
    ./configure --prefix=/usr
 
19
    ./configure
21
20
    make && sudo make install
22
21
 
23
22
    You are done with the core !
30
29
    # Go to the root of the gnome client directory
31
30
    cd gnome
32
31
    ./autogen.sh
33
 
    ./configure --prefix=/usr
 
32
    ./configure
34
33
    make && sudo make install
35
34
 
36
35
    You are done with the gnome client !