Skip to content

Commit

Permalink
增加python3文档
Browse files Browse the repository at this point in the history
  • Loading branch information
asmcos committed Aug 4, 2024
1 parent 1e52ed0 commit 4947992
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/ch3-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 基于ArceOS 的Python3.11 版本
1. 仓库地址
https://github.com/luodeb/starry

2. clone 源代码到本地

3. 从README中 我们优先下载 https://musl.cc/aarch64-linux-musl-cross.tgz

解压缩后,将 aarch64-linux-musl-cross/bin 添加到PATH里面

检测编译器是否存在:
```
aarch64-linux-musl-gcc
```

4. 建立img

```
./build_pyimg.sh
```
执行前 检查系统是否有python3.11可执行文件

5. 运行
```
./run.sh
```

0 comments on commit 4947992

Please sign in to comment.