[asterisk-scf-commits] asterisk-scf/integration/ice.git branch "review/cs-build-fixes" created.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jun 20 16:57:10 CDT 2011


branch "review/cs-build-fixes" has been created
        at  024164f1a45401ce4b74a6d714617e984301054c (commit)

- Log -----------------------------------------------------------------
commit 024164f1a45401ce4b74a6d714617e984301054c
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Mon Feb 7 06:57:53 2011 +0100

    Correct an error in the GAC-related build instructions.
    
    Add another reference to GACINSTALL in the build instructions.

diff --git a/cs/INSTALL.MONO b/cs/INSTALL.MONO
index c145103..031370b 100644
--- a/cs/INSTALL.MONO
+++ b/cs/INSTALL.MONO
@@ -135,7 +135,7 @@ Installation
 
 Open config/Make.rules.cs and change the "prefix" variable to hold the
 top-level installation directory. This directory will be created
-automatically if necessary. Also review the comments for the "no_gac"
+automatically if necessary. Also review the comments for the "GACINSTALL"
 variable and decide whether to enable it. Next, run
 
 $ make install
@@ -145,7 +145,7 @@ MONO_PATH. When building applications, you need to reference the
 libraries with the -r option to mcs.
 
 Alternatively, you can add the libraries to the global assembly cache.
-To do this, use
+To do this, either set GACINSTALL before building the libraries, or use
 
 $ gacutil -i <library.dll>
 

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


-- 
asterisk-scf/integration/ice.git



More information about the asterisk-scf-commits mailing list