mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-06 23:43:08 +00:00
Remove the section related to install_name
This commit is contained in:
parent
0065a2f5a8
commit
5bbe4af4a3
15
README.md
15
README.md
@ -103,21 +103,6 @@ make STATIC=1 libcodex
|
|||||||
|
|
||||||
Callbacks must be fast and non-blocking; otherwise, the working thread will hang and prevent other requests from being processed.
|
Callbacks must be fast and non-blocking; otherwise, the working thread will hang and prevent other requests from being processed.
|
||||||
|
|
||||||
### Platform specific
|
|
||||||
|
|
||||||
On macOS, the library is built with `-install_name @rpath/libs/libcodex.dylib` to have the `libs` folder as default
|
|
||||||
path for the artifacts. This can be updates by the application consuming the library using:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
install_name_tool -id @rpath/libcodex.dylib $(CUSTOM_FOLDER)/libcodex.dylib
|
|
||||||
```
|
|
||||||
|
|
||||||
Or when running the executable:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
DYLD_LIBRARY_PATH=$(CUSTOM_FOLDER) ./app
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing and development
|
## Contributing and development
|
||||||
|
|
||||||
Feel free to dive in, contributions are welcomed! Open an issue or submit PRs.
|
Feel free to dive in, contributions are welcomed! Open an issue or submit PRs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user