~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-01-01 18:40:50 UTC
  • mfrom: (1.1.8 upstream) (3.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090101184050-u635kualu7amyt4a
Tags: 0.15-1ubuntu1
* Merge from debian experimental, remaining change:
  - patches/20_add_debdiff_as_diff_type.dpatch: Also recognize .dpatch files
    as diff's
  - debian/geany.xpm: Replace icon with a .xpm of the new one

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
Installing Geany is done by the following three commands:
44
44
$ ./configure
45
45
$ make
46
 
$ make install
 
46
(as root)
 
47
% make install
47
48
 
48
49
For more configuration details run
49
50
$ ./configure --help
50
51
 
51
52
If there are any errors during compilation, check your build environment
52
 
and try to find the error, otherwise contact one of the authors.
 
53
and try to find the error, otherwise contact the mailing list or one of
 
54
the authors.
 
55
 
 
56
See the manual for details (geany.txt/geany.html).
53
57
 
54
58
 
55
59
Usage
91
95
 
92
96
Ideas, questions, patches and bug reports
93
97
-----------------------------------------
94
 
See http://geany.uvena.de
 
98
See http://www.geany.org/
95
99
If you add something, or fix a bug, please send a patch (in 'diff -u'
96
100
format) to the mailing list or one of the authors. Also see the HACKING
97
101
file.