[asterisk-scf-commits] asterisk-scf/release/ice.git branch "cs-build-fixes" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jun 17 16:16:38 CDT 2011
branch "cs-build-fixes" has been created
at 2cc676f213a7a5247bc085f32f97f7378819e7b6 (commit)
- Log -----------------------------------------------------------------
commit 2cc676f213a7a5247bc085f32f97f7378819e7b6
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 e2e956a..c2b74c0 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/release/ice.git
More information about the asterisk-scf-commits
mailing list