Setting Up Windows to Build Using GNU Ada
=============================================

Simplest-installation of a 64-bit, stand-alone build system:

Go to:

	https://github.com/alire-project/GNAT-FSF-builds/releases

and download the latest 64-bit windows system...
as of September 2022, I downloaded:

	gnat-x86_64-windows64-12.1.0-2.tar.gz

Then unzip into a directory for which you have permissions, such as <HOME>/opt/

Finally update your path:

	PATH=<HOME>\opt\gnat-x86_64-windows64-12.1.0-2\bin;%PATH%

and begin using gnatmake, g++, gcc, etc.


Note: the same source above also has GNU Ada for OSX, & Linux.

