update README
parent
6ffd830c9b
commit
60a48bc36a
|
|
@ -81,6 +81,10 @@ You can cross compile by setting `-Dtarget=<target-triple>`. For example,
|
||||||
`zig build -Dtarget=aarch64-macos` will build for Apple Silicon macOS. Note
|
`zig build -Dtarget=aarch64-macos` will build for Apple Silicon macOS. Note
|
||||||
that not all targets supported by Zig are supported.
|
that not all targets supported by Zig are supported.
|
||||||
|
|
||||||
|
**Note: Zig nightly is required.** Ghostty is built against the nightly
|
||||||
|
releases of Zig. The latest released version (0.9.1 at the time of this
|
||||||
|
edit) will NOT work.
|
||||||
|
|
||||||
Other useful commands:
|
Other useful commands:
|
||||||
|
|
||||||
* `zig build test` for running unit tests.
|
* `zig build test` for running unit tests.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue