You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* makefile (include makeconf): precede with '-', to suppress worrying
warning.
(install-*): don't define --project-subdir (made it impossible to
uninstall).
(uninstall): new.
(upload-docs): removed, not needed since move to Github.
* README.md: add gprbuild to prerequisites.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ The GUI developer RAPID does not depend on these unsupported features.
56
56
57
57
You need an Ada compiler. The instructions here are based on GNAT, though other compilers have been used and there is nothing GNAT-specific about TASH (there are GNAT-isms in the build support files).
58
58
59
+
You need `gprbuild`; many GNAT packages provide it by default, but it's a separate package under Debian.
60
+
59
61
You also need Tcl/Tk with working `tclsh` and `wish`. On macOS, you may need to use ActiveState's [Community Edition](https://www.activestate.com/products/tcl/downloads/) (Apple may cease Tcl/Tk support after Catalina).
60
62
61
63
On Unix systems, this should be all, aside from the usual development environment (`bash`/`sh`, `make` etc).
0 commit comments