Skip to content

Commit

Permalink
add set python env var to macos compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahmvp authored and sfeiwong committed Sep 30, 2024
1 parent 09b61fe commit ae703ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ After completing preparatory works above, you can compile BMF under Mac OS and u
```
git submodule update --init --recursive
sed -i '' '/sigma_gn /s/^/\/\//g' bmf/hml/third_party/benchmark/src/complexity.cc
export BMF_PYTHON_VERSION="3.9"
./build_osx.sh
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ Mac OS 端编译时需要注意以下几点:
```
brew unlink ffmpeg
brew link ffmpeg@4
export BMF_PYTHON_VERSION="3.9"
brew link --force [email protected]
```

Expand Down

0 comments on commit ae703ee

Please sign in to comment.