File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -137,10 +137,13 @@ How to compile an application with GtkAda
137137
138138This 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
144147visible to the compiler. This is done by adding the directory to the
145148`GPR_PROJECT_PATH ` environment variable. Assuming you have installed the
146149library in :file: `prefix `, the directory you need to add is
You can’t perform that action at this time.
0 commit comments