Skip to content

Commit 0f44df3

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents afe7e8e + f775734 commit 0f44df3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/gtkada_ug/getting_started.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,13 @@ How to compile an application with GtkAda
137137

138138
This section explains how you can compile your own applications.
139139

140-
A set of project files is installed along with GtkAda. If you have installed
141-
GtkAda in the same location as GNAT itself, nothing else needs to be done.
140+
.. note::
141+
If GNAT is already installed on your system, it is recommended to
142+
install GtkAda in a separate directory to avoid potential file conflicts.
142143

143-
Otherwise, you need to make the directory that contains these project files
144+
A set of project files is installed along with GtkAda.
145+
146+
You need to make the directory that contains these project files
144147
visible to the compiler. This is done by adding the directory to the
145148
`GPR_PROJECT_PATH` environment variable. Assuming you have installed the
146149
library in :file:`prefix`, the directory you need to add is

0 commit comments

Comments
 (0)