开发者

Monodevelop GUI designer does not work on ubuntu

Monodevelop GUI designer does not work on ubuntu (2.4 and 2.6 beta 2). When I tri开发者_运维技巧ed to drag controls/containers from the toolbox, It is doing nothing. I couldnt' drag controls in the form window.


Step-by-step:

Prerequisites

  • Installed monodevelop version from the distro repos (convers major dependencies)

  • Extra dependencies: autoconf automake intltool

Install using latest source from github

$ git clone git://github.com/mono/monodevelop.git -b 3.0-series
$ cd monodevelop
$ git submodule init
$ git submodule update
$ ./configure
$ make
$ sudo make install

Run (also can add shortcut to applications menu) /usr/local/bin/monodevelop.

This worked for me on xubuntu 12.04 with no errors.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜