Files
xmlada/README.NT
Emmanuel Briot 7d77d4d796 Changed as per comments from B. Banner
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@11501 936e1b1b-40f2-da11-902a-00137254ae57
2001-12-20 13:30:14 +00:00

34 lines
1.0 KiB
Plaintext

Before building this library on Windows, please read the general README !
Windows Specifics
-----------------
1. Due to the nature of GNU Make you need to have a UNIX-type shell and
utilities installed to build this library. If you do not have this,
you can download a set at:
http://www.weihenstephan.de/~syring/win32/UnxUtils.html
2. Run 'configure' to generate the makefile.
An example copy is provided as Makefile.nt, rename it to makefile if you
cannot run configure. You also need to rename Makefile.module.nt to
Makefile.module
3. Before building make sure to set the following values in 'Makefile':
export WIN32=TRUE
to tell the makefile we are building on windows and:
PREFIX=C:/GNAT/XMLada
in 'Makefile.module' to tell the makefile where to install the library.
Note the slashes in the path!
4. The best way to proceed is to do a 'make' then 'make install'.
5. If you have GNAT 3.14 or later, you can register the library as a
standard library using the 'gnatreg' command.
success!