diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 15:11:52 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 15:11:52 -0400 |
| commit | e01383da05d5cf03d080854ac048df37df4d1b9a (patch) | |
| tree | bcbcde2dca685a6de30c0b05ef1ab9ffeadfaed5 /docs/versions.md | |
| parent | ee020c72d92c3807fa4afcd1e170d3df81688b97 (diff) | |
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Diffstat (limited to 'docs/versions.md')
| -rw-r--r-- | docs/versions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/versions.md b/docs/versions.md index c68d1f81..eb617f43 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -49,7 +49,7 @@ The version for the Tomo language itself will come into play in a few ways: (e.g. `~/.local/lib/libtomo_v1.2.so`) and headers (e.g. `~/.local/include/tomo_v1.2/tomo.h`). 4. Tomo libraries will be installed to a separate subdirectory for each version - of the compiler (e.g. `~/.local/share/tomo_v1.2/installed`). + of the compiler (e.g. `~/.local/lib/tomo_v1.2/`). ## Tomo Program Versions |
