diff options
Diffstat (limited to 'wrappers/php/README.md')
| -rw-r--r-- | wrappers/php/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wrappers/php/README.md b/wrappers/php/README.md index 776c0ac..b5cafa2 100644 --- a/wrappers/php/README.md +++ b/wrappers/php/README.md @@ -27,3 +27,9 @@ Or for the specified platform: ```shell make install-header GOOS=windows GOARCH=amd64 ``` + +When using this library, you will need to make sure that the linker can find the shared Go library. Alternatively, +pass `COPY_LIB=1` to `make install-header` to copy the library over to this folder and load it via this relative path. + +If you do not build this as part of the full repository, specify `EXPORTS_PATH="path/to/exports-folder"` when calling +make. This folder must contain `platform.mk` and the `lib/` folder with built libraries and headers. |
