You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This project currently builds the three main LibreSSL libraries as static librar
10
10
-`libssl`: OpenSSL 1.1 compatibility layer
11
11
-`libtls`: LibreSSL's new cryptography API
12
12
13
-
Operating systems and hardware architectures are supported on a best-effort basis. Building for Linux, macOS, and Windows (mingw64) is directly tested by CI.
13
+
Operating systems and hardware architectures are supported on a best-effort basis, and patches to add additional OS/arch support are welcome. Building for Linux (`x86_64`), macOS (`aarch64`), and Windows (`x86_64` via `mingw64`) is directly tested by CI.
14
14
15
15
The command-line programs `nc`, `ocspcheck`, and `openssl` are not built by default, and building them when targeting Windows is not supported. Building the command-line programs may be enabled by specifing the `-Dbuild-apps` option to `zig build`
16
16
@@ -21,7 +21,7 @@ First, update your `build.zig.zon`:
21
21
```sh
22
22
# Initialize a `zig build` project if you haven't already
23
23
zig init
24
-
# replace <refname> with the version you want to use, e.g. 3.9.2+1
24
+
# replace <refname> with the version you want to use, e.g. 4.0.0
0 commit comments