[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
Fri Sep 3 21:15:37 CDT 2010
branch "master" has been updated
via c63ce53c06186f5ab536990262718123c54b3e1c (commit)
from 5f1ce1b91f867a448d7fede36a758f4fa83ba7e4 (commit)
Summary of changes:
README.txt | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit c63ce53c06186f5ab536990262718123c54b3e1c
Author: Russell Bryant <russell at digium.com>
Date: Fri Sep 3 21:13:04 2010 -0500
Minor README updates.
I went through the README and got all components built. I updated the
README to reflect that a 'build' dir already exists and includes scripts
to run cmake. I also included a note that to build the components after
that, all you have to do is run 'make'.
This build system is neat!
diff --git a/README.txt b/README.txt
index 538d2a5..077f40e 100644
--- a/README.txt
+++ b/README.txt
@@ -22,7 +22,15 @@ To set up for an intergrated build:
2.) Copy pjproject<version> to this directory, and rename it to pjproject. (For example, pjproject-1.7 becomes pjproject). Download from http://www.pjsip.org/download.htm.
- 3.) Create a build directory and cd into it.
+ 3.) cd into the 'build' directory.
- 4.) Run and out-of-source-tree cmake build like this:
- cmake -Wdev --build ..
+ 4.) Run an out-of-source-tree cmake build like this:
+ Windows: runcmake.bat
+ Other: runcmake.sh
+
+Build all components:
+---------------------
+
+Windows:
+
+Other: A Makefile has been generated. Just run 'make'.
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list