Skip to content

Commit

Permalink
修改了文档中的一个错误 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
SQSora authored Jan 31, 2024
1 parent b5448e9 commit 448835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cn/python/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 编译依赖
- `cmake 3.16` 或更高版本
- `php 8.1 (embed)` 或更高版本,编译 `PHP` 时需要增加 `--enable-embed` 参数
- `Python 3.8` 或更高版本
- `Python 3.8` 或更高版本,需要安装 `python3-dev`

## 编译配置

Expand All @@ -22,7 +22,7 @@ cmake . -D PHP_CONFIG=/usr/local/php/bin/php-config
指定 `python-config` 指令的路径,默认为相对路径,例如:

```shell
cmake . -D PHP_CONFIG=/usr/local/bin/python3-config
cmake . -D PYTHON_CONFIG=/usr/local/bin/python3-config
```

## 构建
Expand Down

0 comments on commit 448835b

Please sign in to comment.