Go to file
R. Tyler Croy 9c61fb6443
Add dependent schematics and some system requirements bits to gtkada.yaml
I'm wondering how much this is going to be a hybrid of cocopods and/or FreeBSD
ports
2017-01-24 18:47:05 -08:00
catalog Add dependent schematics and some system requirements bits to gtkada.yaml 2017-01-24 18:47:05 -08:00
.gitignore Add a the GPLv2 license 2017-01-24 18:26:19 -08:00
LICENSE.txt Add a the GPLv2 license 2017-01-24 18:26:19 -08:00
README.adoc Let's call that other program ae 2017-01-24 18:27:52 -08:00

README.adoc

<html lang="en"> <head> </head>

Schematics

Schematics are definitions for Ada dependencies, these are meant to be processed by the Analytical Engine (ae) to bring dependencies in for Ada projects.

Envirnoment Variables

When performing source builds of schematics, the following environment variables must be defined:

SCHEMATIC_INSTALL_PREFIX

Absolute path to where schematics should be installed.

SCHEMATIC_PARALLELISM

Number of cores or desired parallelism to execute various tasks with. More often than not this should be analogous to the -j argument passed to make(1).

</html>