From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,FREEMAIL_FROM, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rene Newsgroups: comp.lang.ada Subject: Re: A new universe of Ada Date: Mon, 26 Sep 2022 20:12:46 +0200 Organization: A noiseless patient Spider Message-ID: References: <0a74d16b-dc46-48c7-8a8f-171964674300n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 26 Sep 2022 18:12:46 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="ba68e1ce0c5cab1698843b016be7d81b"; logging-data="3997748"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ypwhLgUvHKX4++RzWejN7i3ZB+HhxcdY=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Cancel-Lock: sha1:JoOpZKHC+LohMOsBVLdXaAb0m1o= Content-Language: de-DE In-Reply-To: Xref: reader01.eternal-september.org comp.lang.ada:64425 List-Id: Am 26.09.22 um 15:23 schrieb Kevin Chadwick: > You might also find that the new alire way > will easily give you what you want but maybe > also more than you want. > You can get a hello world open in gnat studio > with two? commands though. > > "https://alire.ada.dev/docs/#first-steps" Alire is the way to go especially if one wants to use libraries beyond what Gnat provides out of the box. Adding a library to a 'crate' worked nicely for me, but I had to invoke GNAT Studio via Alire (alr edit) to make the library available in GMAT Studio, invoking GNAT Studio directly did not work. So this is something one should be aware of.