mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
5765760cea
commit
547c55ce92
@ -19,11 +19,9 @@ Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Download the `pocketpy.h` on our GitHub release page.
|
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
|
||||||
And `#include` it in your project.
|
And `#include` it in your project.
|
||||||
|
|
||||||
https://github.com/blueloveTH/pocketpy/releases/latest
|
|
||||||
|
|
||||||
### Compile flags
|
### Compile flags
|
||||||
|
|
||||||
To compile it with your project, these flags must be set:
|
To compile it with your project, these flags must be set:
|
||||||
|
@ -16,7 +16,7 @@ pocketpy是一个轻量级的Python解释器,为嵌入至游戏引擎而设计
|
|||||||
|
|
||||||
## 快速上手
|
## 快速上手
|
||||||
|
|
||||||
你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases/latest) 页面下载`pocketpy.h`,
|
你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases) 页面下载`pocketpy.h`,
|
||||||
并加入到你的工程中。请参阅 https://pocketpy.dev 以获取更详细的文档。
|
并加入到你的工程中。请参阅 https://pocketpy.dev 以获取更详细的文档。
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
@ -4,11 +4,9 @@ label: 'Installation'
|
|||||||
order: 100
|
order: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
Download the `pocketpy.h` on our GitHub release page.
|
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
|
||||||
And `#include` it in your project.
|
And `#include` it in your project.
|
||||||
|
|
||||||
https://github.com/blueloveTH/pocketpy/releases/latest
|
|
||||||
|
|
||||||
### Compile flags
|
### Compile flags
|
||||||
|
|
||||||
To compile it with your project, these flags must be set:
|
To compile it with your project, these flags must be set:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user