GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.5.0; Document Revision $Revision: 1.42 $ | ||
---|---|---|
Prev | Chapter 5. Getting started | Next |
Building the GNADE project for Windows NT does not require the configuration step as for Linux. The preconfigured Makefiles are located in the ./win32 directory.
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-versionThis will unpack the directory tree of the development environment.
As for Unix the compilation process is based upon the execution of a Makefile. In order to compile the distribution perform the following commands:
cd win32 gmake
An automatic and configurable procedure has not been yet developed.