Noeud « Next »: Building Options, Noeud « Previous »: Build requirements, Noeud « Up »: Installation
To compile and install GTKAda Wrapper, execute:
% ./configure [some options] % make (or gmake if your make is not GNU make) % make install (ditto)
This will install files in standard locations. If you want to choose another prefix than /usr/local, give configure a --prefix=whereveryouwant argument.
Here also, we encourage you to install GTKAda Wrapper in the same install directory of GNAT for the same reason given above.
Note: at this time, you MUST use GNU make to compile this software.