Update COMPILING-ON-M1.md

GITHUB_PR_NUMBER: 8408
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8408

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4282
Co-authored-by: Nico Burns <1007307+nicoburns@users.noreply.github.com>
GitOrigin-RevId: 1dfccd53bbb6a5df0554a6990df6e8af82c1f298
This commit is contained in:
hasura-bot 2022-04-18 13:44:01 +05:30
parent 810db83499
commit b21e05ae5f

View File

@ -31,6 +31,8 @@
3. Install console assets
This step may require you to have python2 installed and available in your $PATH.
```sh
cd console
npm ci
@ -43,6 +45,7 @@
```sh
export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"
cd server
python3 -m venv .python-venv