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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Aug 26 14:46:50 CDT 2010


branch "master" has been updated
       via  b036c48eaee739715f29057d4ba9ce11d5903eed (commit)
      from  51dfe2b39ca32aeb838ad9a2c7697ab12251b10d (commit)

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


- Log -----------------------------------------------------------------
commit b036c48eaee739715f29057d4ba9ce11d5903eed
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 26 14:46:39 2010 -0500

    Added README

diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..c8b9b91
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,24 @@
+
+-------------------------------------
+README.txt - Asterisk SCF gitall repo
+-------------------------------------
+
+Prequisites
+-----------
+ a.) You have SSH certificate installed so that ssh-agent can be used. 
+ b.) You have boost libs installed.
+ c.) You have lua installed.
+
+To set up for an intergrated build:
+------------------------------------
+
+ 1.) Run the bash script gitall-asterisk-scf.sh.
+     Windows Note: All Windows Git installs will include bash. From a DOS command prompt, 
+                   you will have to preface the script with the bash command: bash gitall-asterisk-scf.sh
+
+ 2.) Copy pjproject<version> to this directory, and rename it to pjproject. (For example, pjproject-1.7 becomes pjproject)
+ 
+ 3.) Create a build directory and cd into it.
+
+ 4.) Run and out-of-source-tree cmake build like this: 
+      cmake -Wdev --build ..

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


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list