-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Stephane Carrez edited this page May 25, 2015
·
1 revision
#Build and installation notes
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.
On Unix platforms, configure with:
./configure --prefix=/usr
On Windows, you can configure with:
./configure --prefix=d:/installation/dir
For all plateform, you should build with make as follows:
make
In case of problem, you could also build by using gnatmake
or gprbuild
:
gnatmake -p -Pasf