开发者

Monodevelop GUI designer does not work on ubuntu

开发者 https://www.devze.com 2023-03-06 00:07 出处:网络
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 f

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

精彩评论

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