~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to Extras/GladeAddIn/README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the initial version of the Glade-3 add-in, which integrates Glade-3
 
2
into MonoDevelop. To test the add-in you need the following:
 
3
 
 
4
* Make sure you have the latest Mono and GTK# version.
 
5
* Get Glade-3 from http://ftp.gnome.org/pub/GNOME/sources/glade-3/2.90/glade-3-2.90.0.tar.gz
 
6
* Apply the patch glade3.patch, which is located in this directory.
 
7
* Compile and install Glade-3
 
8
* Get the gladeui-sharp module from the Mono repository.
 
9
* Compile and install gladeui-sharp.
 
10
* Run autogen.sh in the MonoDevelop directory setting the --enable-glade option.
 
11
* Compile MonoDevelop.
 
12
 
 
13
You are done! To use the integrated editor, create a new Glade project and
 
14
add a Window or Dialog (using the Add File option, and selection the Glade
 
15
section in the new file dialog). You should also enable the Glade Project View,
 
16
the Glade Palette and the Glade Properties editor in the View menu.