Skip to content

Commit

Permalink
readme: don't suggest using ldconfig for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Dec 7, 2023
1 parent 59742cb commit 3e57804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sudo make install

The installation may require root permissions. Add `-DCMAKE_INSTALL_PREFIX=<install dir>` (fill in `<install dir>`) to the first `cmake` command above to change the installation directory.

Run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".
If not using macOS, run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".

```bash
sudo /sbin/ldconfig
Expand Down
2 changes: 1 addition & 1 deletion deps/libMXF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ make test
sudo make install
```

Run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".
If not using macOS, run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".

```bash
sudo /sbin/ldconfig
Expand Down
2 changes: 1 addition & 1 deletion deps/libMXFpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make test
sudo make install
```

Run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".
If not using macOS, run `ldconfig` to update the runtime linker cache. This avoids library link errors similar to "error while loading shared libraries".

```bash
sudo /sbin/ldconfig
Expand Down

0 comments on commit 3e57804

Please sign in to comment.