Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
ae51dc95
Commit
ae51dc95
authored
Mar 09, 2011
by
Pekka Pessi
Browse files
Update docs/build_system.txt
parent
a675603f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
docs/build_system.txt
docs/build_system.txt
+8
-5
No files found.
docs/build_system.txt
View file @
ae51dc95
...
@@ -16,12 +16,15 @@ file. The instructions are aimed at developers.
...
@@ -16,12 +16,15 @@ file. The instructions are aimed at developers.
Quick start
Quick start
===========
===========
To build Sofia-IP::
To build Sofia-
S
IP::
sh> ``./autogen.sh`` (if building from a fresh
CVS
checkout)
sh> ``./autogen.sh`` (if building from a fresh
Git
checkout)
sh> ``./configure``
sh> ``./configure``
sh> ``make``
sh> ``make``
Note that autogen.sh expects to have automake 1.9. If using a newer
automake, generate the GNU autotool files using the command autoreconf.
Autotool notes
Autotool notes
==============
==============
...
@@ -47,7 +50,7 @@ Maintainer mode
...
@@ -47,7 +50,7 @@ Maintainer mode
---------------
---------------
Sofia-SIP tree is by default configured with automake
Sofia-SIP tree is by default configured with automake
maintainer mode disable. In other words, Makefiles do not
maintainer mode disable
d
. In other words, Makefiles do not
contain rules for recreating or updating configure, Makefiles
contain rules for recreating or updating configure, Makefiles
or other autotool-generated files. To update these files,
or other autotool-generated files. To update these files,
you need to run top-level autogen.sh script.
you need to run top-level autogen.sh script.
...
@@ -66,8 +69,8 @@ execture. Therefore, they are run only if the environment variable
...
@@ -66,8 +69,8 @@ execture. Therefore, they are run only if the environment variable
EXPENSIVE_CHECKS has been set. EXPENSIVE_CHECKS is also set by the build
EXPENSIVE_CHECKS has been set. EXPENSIVE_CHECKS is also set by the build
system if configure option '--enable-expensive-checks' has been used.
system if configure option '--enable-expensive-checks' has been used.
On
hosts with i386
architecture, it is possible to run tests under
On
selectes
architecture
s
, it is possible to run tests under
valgrind.
valgrind.
Use the make target 'valcheck' for that purpose.
Use the make target 'valcheck' for that purpose.
Code-tree layout
Code-tree layout
================
================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment