mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-28 20:15:24 +08:00
13 lines
163 B
Bash
13 lines
163 B
Bash
|
set -vex
|
||
|
|
||
|
#brew update
|
||
|
brew upgrade python3
|
||
|
python3 -m venv venv
|
||
|
source venv/bin/activate
|
||
|
|
||
|
brew install ninja
|
||
|
brew install meson
|
||
|
|
||
|
#brew install pyenv
|
||
|
#which pyenv
|