We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5cd0d commit 2f62050Copy full SHA for 2f62050
mono-install-scripts/ubuntu/install_mono-2.8.sh
@@ -12,7 +12,7 @@ sudo apt-get update
12
sudo apt-get upgrade -y
13
14
echo "installing prerequisites"
15
-sudo apt-get install -y build-essential libc6-dev g++ gcc libglib2.0-dev pkg-config subversion apache2 apache2-threaded-dev bison gettext autoconf automake libtool
+sudo apt-get install -y build-essential libc6-dev g++ gcc libglib2.0-dev pkg-config subversion apache2 apache2-threaded-dev bison gettext autoconf automake libtool libpango1.0-common
16
17
mkdir -p $BUILDDIR
18
0 commit comments