[asterisk-scf-commits] asterisk-scf/integration/media_format_ulaw.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sat Sep 11 16:36:44 CDT 2010
branch "master" has been updated
via 224321a463bbd74877661a57b1e6de503773c6ec (commit)
from c59da29b96735b297d21b2bc775d7519a0c06b37 (commit)
Summary of changes:
README.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 README.txt
- Log -----------------------------------------------------------------
commit 224321a463bbd74877661a57b1e6de503773c6ec
Author: Russell Bryant <russell at digium.com>
Date: Sat Sep 11 16:35:07 2010 -0500
Add a README.txt with build instructions.
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..94934f7
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,47 @@
+===============================================================================
+=== Asterisk SCF - Media Format, ulaw ===
+=== ===
+=== Copyright (C) 2010, Digium, Inc. ===
+===============================================================================
+
+-------------------------------------------------------------------------------
+--- Table of Contents
+-------------------------------------------------------------------------------
+
+ 1) Build Instructions
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
+--- 1) Build Instructions
+-------------------------------------------------------------------------------
+
+These instructions are for when the media_format_ulaw 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
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+===============================================================================
+===============================================================================
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_format_ulaw.git
More information about the asterisk-scf-commits
mailing list