port to OpenBSD (#2157)

This commit is contained in:
kasicass
2026-06-06 15:03:28 +08:00
committed by GitHub
parent efc1d8d408
commit 83cff80c91
4 changed files with 9 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ For Linux, install autoconf first for jemalloc:
```
git clone https://github.com/cloudwu/skynet.git
cd skynet
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd, openbsd now
```
Or: