You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Building requires:
11
11
12
12
1. Linux or macOS. Ubuntu 14.04, Arch Linux and macOS Sierra tested.
13
13
2. Android NDK r16 beta 2 installed and environment variable ``$ANDROID_NDK`` points to its root directory. NDK r14 or r15 may work yet not fully tested. NDk r13 or below is not supported.
14
-
3. git and python3.8 in $PATH. It's recommended to use the latest git-master to build python3.8. Here are some ways to install the python3.8:
14
+
3. git and python in $PATH. It's recommended to use the latest git-master to build python. Here are some ways to install the python:
15
15
* For Arch Linux users, install [python-git](https://aur.archlinux.org/packages/python-git) package from AUR
16
16
* For Homebrew users, run ```brew install python3 --HEAD```
17
17
* For MacPorts users, add [my MacPorts overlay](https://github.com/yan12125/macports-overlay) to ``sources.conf`` and run ```sudo port install python37```
@@ -57,7 +57,7 @@ Please file a issue [to the issue list](https://github.com/qpython-android/qpyth
57
57
58
58
Others
59
59
---------------
60
-
Folk from (Python3-Android)[https://github.com/rave-engine/python3-android]
60
+
Folk from [Python3-Android](https://github.com/rave-engine/python3-android)
61
61
62
62
Thanks the author : [Shizmob](https://github.com/Shizmob)
0 commit comments