Installation on Windows NT

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.

Unpacking the distribution

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.

Compiling the distribution

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
      make 
   

Installation on your system

An automatic and configurable procedure has not been yet developed.