diff --git a/README.md b/README.md index ae831276..78b4e6f5 100644 --- a/README.md +++ b/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. -### 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 Feel free to dive in, contributions are welcomed! Open an issue or submit PRs.