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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 8 21:55:43 CDT 2010


branch "master" has been updated
       via  90bb8cb03131d5506439847a4eb7c33f7d99c12f (commit)
      from  5ce5975d5b8c31922f0c6277d5f0a609f0580b4a (commit)

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


- Log -----------------------------------------------------------------
commit 90bb8cb03131d5506439847a4eb7c33f7d99c12f
Author: Russell Bryant <russell at digium.com>
Date:   Wed Sep 8 21:53:43 2010 -0500

    Add a README file.  It contains some simple build instructions.

diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..5bb49ae
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,45 @@
+===============================================================================
+===                   Asterisk SCF - Service Discovery                      ===
+===                                                                         ===
+===                   Copyright (C) 2010, Digium, Inc.                      ===
+===============================================================================
+
+-------------------------------------------------------------------------------
+--- Table of Contents
+-------------------------------------------------------------------------------
+
+    1) Build 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.
+
+    $ 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
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+===============================================================================
+===============================================================================

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


-- 
asterisk-scf/integration/servicediscovery.git



More information about the asterisk-scf-commits mailing list