You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
25 lines
1.1 KiB
ReStructuredText
25 lines
1.1 KiB
ReStructuredText
************
|
|
Introduction
|
|
************
|
|
|
|
This document provides a guide through the major capabilities of the GNAT
|
|
Programming Studio by working on a code example: sdc, a simple desktop
|
|
calculator.
|
|
|
|
It is important to realize that the features that you are about to experiment
|
|
with are available on multiple platforms, using the same user interface and
|
|
capabilities, providing a user-friendly environment with a tight integration
|
|
between the tools.
|
|
|
|
Start GNAT Studio in the ``<prefix>/share/examples/gnatstudio/tutorial`` directory,
|
|
or if the directory is read-only, copy this directory and its subdirectories
|
|
in a local (writable) area, and start GNAT Studio from the :file:`tutorial`
|
|
directory, so that GNAT Studio will load the right context.
|
|
|
|
By default, the tutorial sources can be found under
|
|
``<prefix>/share/examples/gnatstudio/tutorial``, where ``<prefix>`` is the prefix
|
|
directory of the GNAT Studio installation.
|
|
|
|
Alternatively, if you have already started GNAT Studio in another directory,
|
|
you can load the project :file:`sdc.gpr` by using the menu ``File->Open Project...``
|