Last time I worked on SharpWired in Mono I found a Window.Forms web browser controller issue. This is still not solved. And I have no idea how to do it. Anyways. Here is how I setup MonoDevelop in Ubuntu 10.10.
When you install the MonoDevelop package in Ubuntu you get the core package only. Then you add plugins to that. I installed the following packages (via apt-get)
- monodevelop
- monodevelop-versioncontrol
- subversion
- monodevelop-nunit
Then you can either check out the project in MonoDevelop or via the command line. I did it via the command line and when I opened the solution in MonoDevelop all files were marked as being under source control so you can (if you want to) work all within MonoDevelop.
To run the tests you mark the Tests project, go to the Run menu and Run unit tests.
If you need help on installing the Wired server we have a post on that to.