Skip to content

Commit 7aa9871

Browse files
committed
readme: update references to 4.0.0
1 parent 991d09a commit 7aa9871

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project currently builds the three main LibreSSL libraries as static librar
1010
- `libssl`: OpenSSL 1.1 compatibility layer
1111
- `libtls`: LibreSSL's new cryptography API
1212

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.
1414

1515
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`
1616

@@ -21,7 +21,7 @@ First, update your `build.zig.zon`:
2121
```sh
2222
# Initialize a `zig build` project if you haven't already
2323
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
2525
zig fetch --save git+https://github.com/allyourcodebase/libressl#<refname>
2626
```
2727

@@ -36,8 +36,9 @@ const libressl_dependency = b.dependency("libressl", .{
3636
your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "crypto"
3737
```
3838

39-
## Version Support Matrix
39+
## Zig Version Support Matrix
4040

4141
| Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
4242
|----------|------------------|--------------|--------------|------------------|
4343
| `3.9.2+1`| `3.9.2+1` ||||
44+
| `4.0.0` | `4.0.0` ||||

0 commit comments

Comments
 (0)