mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
7 lines
114 B
Bash
7 lines
114 B
Bash
#!/bin/bash
|
|
|
|
brew install ninja
|
|
python -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install --ignore-installed six
|