python_ide icon indicating copy to clipboard operation
python_ide copied to clipboard

Compiling python ide with own version

Open Xenonus opened this issue 3 years ago • 1 comments

How did you compiled python for this ide? I would like to update it

Xenonus avatar Jan 09 '23 21:01 Xenonus

used termux build system to compile python binaries

Requirements

https://github.com/termux/termux-packages/wiki/Build-environment#setting-up

you need to update package name using https://github.com/termux/termux-packages/wiki/Build-environment#important-note-about-termux-prefix and other required changes with https://github.com/termux/termux-packages/wiki/Build-environment#changing-default-behaviour

For building python package

https://github.com/termux/termux-packages/wiki/Building-packages#how-to-build-package

canewsin avatar Jan 10 '23 02:01 canewsin