[Docs] Add a start tag to build.inc.md (#26747)

Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
This commit is contained in:
Michael Yao
2025-10-14 12:51:55 +08:00
committed by GitHub
parent fe3edb4cf0
commit 2e36cdbe2b
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
# --8<-- [start:extra-information]
First, install the recommended compiler. We recommend using `gcc/g++ >= 12.3.0` as the default compiler to avoid potential problems. For example, on Ubuntu 22.4, you can run:
```bash
@@ -39,7 +41,4 @@ If you want to develop vLLM, install it in editable mode instead.
VLLM_TARGET_DEVICE=cpu python setup.py develop
```
!!! note
If you are building vLLM from source and not using the pre-built images, remember to set `LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:$LD_PRELOAD"` on x86 machines before running vLLM.
# --8<-- [end:extra-information]