Update README.md

This commit is contained in:
V-X 2019-10-10 18:11:42 -05:00 committed by GitHub
parent e5234a9185
commit e492a85bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.
```