From e492a85bc943d7a383de9d2cf55d28f4a94a7e3d Mon Sep 17 00:00:00 2001 From: V-X Date: Thu, 10 Oct 2019 18:11:42 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd95bfd..63ebf26 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,9 @@ func add(a float64, b float64) float64 { ## Q: *Is there perfect Chrome or Firefox feature parity?* - No, see [Missing Ultralight Features](https://github.com/ultralight-ux/Ultralight/issues/178) +## Q: *My program can't find `libUltralightCore.so/dylib`, even though it's in the same directory* +- Add `-ldflags "-r ."` to your `go build` to set `rpath` to the local directory for library resolution. + # Licensing While muon itself is MIT licensed, [Ultralight](https://ultralig.ht/) is not. ```