|
@@ -24,8 +24,8 @@ fw_untar mono-3.6.0.tar.bz2
|
|
|
cd mono-3.6.0
|
|
|
./autogen.sh --prefix=$IROOT/mono-3.6.0-install
|
|
|
# make -j4 EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
|
|
|
-make -j4
|
|
|
-make install
|
|
|
+make -j4 | grep -i "error"
|
|
|
+make install | grep -i "error"
|
|
|
|
|
|
echo "Installing RootCAs from Mozilla...";
|
|
|
mozroots --import --sync;
|
|
@@ -33,4 +33,4 @@ mozroots --import --sync;
|
|
|
echo "ROOT: Installing RootCAs from Mozilla...";
|
|
|
sudo $IROOT/mono-3.6.0-install/bin/mozroots --import --sync;
|
|
|
|
|
|
-touch $IROOT/mono.installed
|
|
|
+touch $IROOT/mono.installed
|