[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 13 15:52:33 CDT 2010


branch "master" has been updated
       via  c7620d1a21551de4aba66e3186d713d0b8b0475c (commit)
      from  e3f8669a1570cfa52ff56f745a30ab772541da4f (commit)

Summary of changes:
 README.txt |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)
 create mode 100755 README.txt


- Log -----------------------------------------------------------------
commit c7620d1a21551de4aba66e3186d713d0b8b0475c
Author: David M. Lee <dlee at digium.com>
Date:   Mon Sep 13 15:51:12 2010 -0500

    Adding a README.

diff --git a/README.txt b/README.txt
new file mode 100755
index 0000000..15d1447
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,63 @@
+===============================================================================
+===                   Asterisk SCF - Bridging                               ===
+===                                                                         ===
+===                   Copyright (C) 2010, Digium, Inc.                      ===
+===============================================================================
+
+-------------------------------------------------------------------------------
+--- Table of Contents
+-------------------------------------------------------------------------------
+
+    1) Build Instructions
+    2) Test Instructions
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
+--- 1) Build Instructions
+-------------------------------------------------------------------------------
+
+These instructions are for when the servicecomponent repository was cloned
+directly, as opposed to using the gitall repository.  The gitall repository has
+instructions for doing an integrated build of all components.
+
+First, there are some git submodules that must be initialized and
+updated.  You can avoid this step by running git clone --recursive
+when cloning the repository.
+
+    $ git submodule update --init
+
+Next, create a build directory for the build.
+
+    $ mkdir build
+    $ cd build
+
+Run cmake to generate a platform specific build system.
+
+    $ cmake -Wdev ..
+
+Finally, build the component.
+
+    $ make
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
+--- 2) Test Instructions
+-------------------------------------------------------------------------------
+
+Once the binaries have been built, testing is easy.
+
+    $ make test ARGS=-V
+
+The ARGS=-v option tells the CTest test driver to output the results
+of the tests.  This allows you to see the results from the individual
+Boost::Test based tests.
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+===============================================================================
+===============================================================================

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list