diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-22 14:59:40 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-22 14:59:40 -0400 |
| commit | 6caf6f9131a63a8fb40190e37c5700077488948b (patch) | |
| tree | ee8732906a2c735661a1125c8e8347481b500c0b /docs | |
| parent | 87c22f93b5b499ce8196508273482029741dc38d (diff) | |
Add -I flag for installing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/libraries.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libraries.md b/docs/libraries.md index 4418f559..5aea0811 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -125,10 +125,10 @@ the current directory. ### Installing -Once the `libwhatever.so` and `whatever.h` files have been built, Tomo will ask -if you want to install this library. If you choose to install it, Tomo will -copy the entire directory (excluding files and directories that begin with `.` -such as `.git`) into `~/.local/share/tomo/installed/`. +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 in `~/.local/share/tomo/lib/`. ### Using Shared Libraries |
