mirror of
https://github.com/bytedance/g3.git
synced 2026-04-29 20:20:50 +00:00
support compile on MacOS (#68)
* g3-compat: support macos thread affinity * fix compile
This commit is contained in:
parent
97959ed105
commit
bc2a40b85c
9 changed files with 145 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue