-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|