support compile on MacOS (#68)

* g3-compat: support macos thread affinity

* fix compile
This commit is contained in:
Zhang Jingqiang Working 2023-05-30 12:46:19 +08:00 committed by GitHub
parent 97959ed105
commit bc2a40b85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 145 additions and 7 deletions

View file

@ -149,6 +149,16 @@ dnf install python3-sphinx
dnf install rpmdevtools rpm-build
```
### MacOS
```shell
brew install pkgconf capnp
brew install openssl c-ares
brew install lua
# install python, or you can use the one provided by XCode
brew install python
```
### FreeBSD
```shell