~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
======================================
3
3
 
4
4
If you have a previous version of GtkAda on your system, we recommend that
5
 
you remove it using the following command:
 
5
you move/remove it using e.g. the following command:
6
6
 
7
 
   $ rm -rf <prefix>/include/gtkada
 
7
   $ mv <prefix>/include/gtkada <prefix/include/gtkada.old
8
8
 
9
9
where <prefix> is the prefix you used to configure GtkAda the first time.
10
 
The default prefix is /usr/local. If you don't have the rights to remove
 
10
The default prefix is /usr/local. If you don't have the rights to move
11
11
these files, then you should at least make sure that your ADA_INCLUDE_PATH
12
12
and your ADA_OBJECTS_PATH don't include this directory before building GtkAda.
13
13
 
19
19
correspond to real Windows path (for instance by installing cygwin under
20
20
the root directory). You can use an older GCC version for the Ada files
21
21
(gnatmake). Under sh:
22
 
   $ (cd src; patch -p0 < ../contrib/gtkada-2.2-win32.diff)
 
22
   $ (cd src; patch -p0 < ../contrib/gtkada-2.10-win32.diff)
23
23
   $ CC='gcc-3.2 -mms-bitfields' ./configure --prefix=<install_dir> \
24
24
       --build=i386-pc-mingw32
 
25
   $ make
25
26
   $ make install
26
27
 
27
28
On others platforms:
28
29
   $ ./configure --prefix=<install_dir>
 
30
   $ make
29
31
   $ make install
30
32
 
31
33
This will create (and install) the GtkAda library and then compile the