Install Mono and Monodevelop on CentOS 5.x/6.x

前端 未结 3 1128
感动是毒
感动是毒 2020-12-01 09:40

I am trying to install Mono and Monodevelop on a CentOS 5.9 environment.

I have tried the following instructions, with no luck.

http://fealves78.blogspot.co.

3条回答
  •  爱一瞬间的悲伤
    2020-12-01 10:22

    In order for gtk-sharp to build I had to set the following environment variable:

    PKG_CONFIG_PATH=/usr/lib/pkgconfig
    export PKG_CONFIG_PATH
    

    Without this, the configure script was looking for csc.exe

提交回复
热议问题