Update README.md

This commit is contained in:
V-X 2019-10-16 23:40:35 -05:00 committed by GitHub
parent 0d4b948e2a
commit 1c0df03550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ func add(a float64, b float64) float64 {
## Q: *I get `symbol not found: ulCreateSettings`*
- This likely means you're not using the 1.1 Ultralight pre-release which can be downloaded only from their [GitHub Repo](https://github.com/ultralight-ux/Ultralight#getting-the-latest-sdk) for now
## Q: *How do I compile for x86?*
- Currently, Ultralight only supports Windows for x86. Ensure you have a 32-bit `gcc` in your path, and ensure you have `CGO_ENABLED=1` and `GOARCH=386` environment variables set.
# Licensing
While muon itself is MIT licensed, [Ultralight](https://ultralig.ht/) is not.
```