How to run MVC application with newer Mono in Debian 9.3
问题 Latest release of Mono was installed in Debian 9.3 using cd /usr/local/src wget https://github.com/mono/libgdiplus/archive/5.6.1.tar.gz tar -xvf 5.6.1.tar.gz cd libgdiplus-5.6.1 mkdir /opt/m518 apt-get install libtool autoconf glib-2.0 ./autogen.sh --prefix=/opt/m518 make make install apt-get install git autoconf libtool automake build-essential gettext cmake python git clone --recursive https://github.com/mono/mono.git --branch=mono-5.18.1.0 cd mono ./autogen.sh --prefix=/opt/m518 make make