From 761a483e28935f0bdee4658c37dfaa4606c2660a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 May 2025 15:01:09 -0400 Subject: Add new system for tracking versions. --- docs/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libraries.md') diff --git a/docs/libraries.md b/docs/libraries.md index 7febb2e1..8043bfaa 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -151,8 +151,8 @@ that can be used by other Tomo projects. You can build a library by running If you additionally add the `-I` flag, Tomo will copy the entire directory (excluding files and directories that begin with `.` such as `.git`) into -`~/.local/share/tomo/installed/` and create a symbolic link for the library's -`.so` file (or `.dylib` file on Mac) in `~/.local/share/tomo/lib/`. +`~/.local/share/tomo_vX.Y/installed/` (where `X` and `Y` are the major/minor +version of the compiler). ### Using Shared Libraries -- cgit v1.2.3