Browse Source

docs(readme): fix md relative path

GitOrigin-RevId: 27c830e530
release-1.6
Megvii Engine Team 3 years ago
parent
commit
fb15b3012c
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      scripts/cmake-build/BUILD_README.md
  2. +3
    -3
      scripts/whl/BUILD_PYTHON_WHL_README.md

+ 1
- 1
scripts/cmake-build/BUILD_README.md View File

@@ -16,7 +16,7 @@
# Build env prepare # Build env prepare
## Prerequisites ## Prerequisites


Most of the dependencies of MegBrain(MegEngine) are located in [third_party](third_party) directory, which can be prepared by executing:
Most of the dependencies of MegBrain(MegEngine) are located in [third_party](../../third_party) directory, which can be prepared by executing:


```bash ```bash
./third_party/prepare.sh ./third_party/prepare.sh


+ 3
- 3
scripts/whl/BUILD_PYTHON_WHL_README.md View File

@@ -6,7 +6,7 @@
# Build env prepare # Build env prepare
## Linux ## Linux


* refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md) Linux host build(CUDA env) section to init CUDA environment
* refer to [BUILD_README.md](../cmake-build/BUILD_README.md) Linux host build(CUDA env) section to init CUDA environment
```bash ```bash
1: please refer to https://docs.docker.com/engine/security/rootless/ to enable rootless docker env 1: please refer to https://docs.docker.com/engine/security/rootless/ to enable rootless docker env
2: cd ./scripts/whl/manylinux2014 2: cd ./scripts/whl/manylinux2014
@@ -24,14 +24,14 @@
``` ```


## MacOS ## MacOS
* refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md) MacOS section to init base build environment
* refer to [BUILD_README.md](../cmake-build/BUILD_README.md) MacOS section to init base build environment
* init other wheel build depends env by command: * init other wheel build depends env by command:
```bash ```bash
./scripts/whl/macos/macos_whl_env_prepare.sh ./scripts/whl/macos/macos_whl_env_prepare.sh
``` ```


## Windows ## Windows
* refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md) Windows section to init base build environment
* refer to [BUILD_README.md](../cmake-build/BUILD_README.md) Windows section to init base build environment


# How to build # How to build
Note: Guarantee the git repo is mounted in docker container, do not use `git submodule update --init` in to init Project repo Note: Guarantee the git repo is mounted in docker container, do not use `git submodule update --init` in to init Project repo


Loading…
Cancel
Save