| GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.5.3; Document Revision $Revision: 1.45 $ | ||
|---|---|---|
| Prev | Chapter 6. Building GNADE on different platforms | Next |
The source code is normally distributed as ZIP file, which is easy to unpack by means of Windows utilities as e.g WinZip. From the DOS command line use:
unzip gnade-src-arch-version.zip
cd gnade-src-arch-version
This will unpack the directory tree of the development
environment.
The configuation is based upon the configuration file make.conf.win32 which is located in the root directory of the destribution. Normally you do not need to change anything in this configuration file. To be sure please review the contents of this file before you contiune. In oder to configure GNADE run the command below in the root directory of the GNADE distribution.
configure
As for Unix the compilation process is based upon the execution of a Makefile. In order to compile the distribution perform the following commands:
gmake
There is no automatic procedure doing so, but after compilation the result will be located in the following directories an can be moved to suitable places in your system.
win32-bin
contains all executables of GNADE
win32-lib
Contains all libaries
win32-include
Contains all Ada specification and body files
win32-libexec
All executables which are only used by gnade it self
win32-doc
All documentation is stored here after production. For windows this directory is nt used.
shared
All shared resources are stored here including the GNADE SDK project file. is nt used.