Nicolas Setton f74ecb0796 Merge pull request #7 from damaki/customizable-install
Add ability to select the components to install.
2019-11-13 16:11:23 -05:00
2018-07-05 17:57:31 +02:00
2019-11-13 20:48:56 +00:00
2019-09-15 12:51:08 +01:00

This contains scripts to automate the installation of GNAT Community.

Usage

On Mac OS and Linux

Launch the script install_package.sh:

sh install_package.sh <path_to_package> <target_dir> [<components>]

On Windows

From this directory, launch install_package.bat:

install_package.bat <path_to_package> <target_dir> [<components]

Customization

<components> is an optional argument which specifies a comma-separated list of components to install. This is useful if you don't want to install the entire package, but want to instead only install a specific subset of components that are available in the package.

If the <components> argument is not specified then by default the entire package is installed.

The list is comma-separated without spaces. For example, com.adacore.spark2014_discovery will only install the SPARK 2014 Discovery component, and com.adacore.spark2014_discovery,com.adacore.gnat will install both the SPARK tools and the GNAT compiler.

The names of the components that are available for installation depends on the package you are installing.

Description
No description provided
Readme 50 KiB
Languages
Qt Script 48.7%
Shell 40.4%
Batchfile 10.9%