Skip to content
Stephane Carrez edited this page May 25, 2015 · 1 revision

#Build and installation notes

Requirements

Ada Server Faces has been compiled and tested on the following platforms:

  • GNAT 2014 on Windows7 (gcc 4.7.4)
  • GNAT 2014 on Ubuntu (gcc 4.7.4)
  • gcc 4.6.4 on Ubuntu
  • gcc 4.9.1 on FreeBSD

You will need:

  • The AWS web server (compiled with SSL support),
  • The XML/Ada library,
  • Ada Util,
  • Ada EL

To build on Windows, you will need the Mingw32 Msys package.

Configuration

On Unix platforms, configure with:

  ./configure --prefix=/usr

On Windows, you can configure with:

  ./configure --prefix=d:/installation/dir

Build

For all plateform, you should build with make as follows:

  make

Manual Build

In case of problem, you could also build by using gnatmake or gprbuild:

  gnatmake -p -Pasf
Clone this wiki locally