Can I use the GNAT Community Edition IDE with Debian?

Viewed 206

Please can someone tell me how to open the GNAT Community Edition IDE using a Debian 9 OS?

I'm used to using Centos 7, and I would open the IDE like so: /home/parallels/opt/GNAT/2020/bin/gps

However, I can see that there is no gps file in the bin when I install GNAT CE 2020 for Debian. Does this mean there is no IDE for Debian and you just use the tools from the command line?

Thanks, Lloyd

1 Answers

GNAT CE 2020 runs on Debian.

The product and its main executable have been renamed around 2019.

Use gnatstudio instead of gps at the end to start the GNAT Studio IDE.

Related