mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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:
parent
810db83499
commit
b21e05ae5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user