~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to kde/INSTALL

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installation Instructions
2
 
*************************
3
 
 
4
 
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
5
 
Software Foundation, Inc.
6
 
 
7
 
This file is free documentation; the Free Software Foundation gives
8
 
unlimited permission to copy, distribute and modify it.
9
 
 
10
 
Basic Installation
11
 
==================
12
 
 
13
 
These are generic installation instructions.
14
 
 
15
 
 
16
 
To install the appplication, type the following commands in a console, while in the root directory of this application:
17
 
 
18
 
        .config.sh
19
 
        cd build
20
 
        make
21
 
        sudo make install
22
 
 
23
 
Explaination
24
 
==================
25
 
 
26
 
        .config.sh
27
 
 
28
 
This script will configure and prepare the compilation and installation of the program.
29
 
 
30
 
All needed files will be built in "build" directory.
31
 
So you have to go to this directory:
32
 
 
33
 
        cd build
34
 
 
35
 
Then execute the Makefile, to compile the application (src, doc...)
36
 
 
37
 
        make
38
 
 
39
 
Then install it all using:
40
 
 
41
 
        sudo make install
42
 
        
43
 
You have to use "sudo" to be able to install the program in a protected directory (which is the case by default and most of the time).
44
 
Therefore it will ask for your system password.
45
 
If you don't have this password or for any reason you want to install the program in a non-protected directory, refer to the Options below.
46
 
 
47
 
 
48
 
Options
49
 
==================
50
 
 
51
 
You can change the prefix of the installation using:
52
 
 
53
 
        .config.sh --prefix="expected_prefix_directory"
54
 
 
55
 
By default, it is set to /usr/local.
56
 
 
57
 
******************************************************
58
 
 
59
 
You can enable debug messages using:
60
 
 
61
 
        .config.sh --with-debug
62