~ubuntu-branches/ubuntu/precise/gtk-sharp2/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-12-15 15:38:54 UTC
  • mfrom: (1.1.13 upstream) (13.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081215153854-v2s86r8ubt6lqia6
Tags: 2.12.7-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - debian/rules: symlink documentation directories
* debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
  transition.
* debian/changelog: update the build-dependencies for mono 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Building & Installing Gtk#:
8
8
---------------------------
9
9
 
10
 
    To compile Gtk# on Win32 using the .NET framework compiler and libraries,
11
 
    in the top level directory, type:
12
 
 
13
 
        make -f makefile.win32
14
 
 
15
 
    The Linux build is the traditional:
 
10
    The build is the traditional:
16
11
 
17
12
        ./configure
18
13
        make