Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

build python from source? #19

Open
edbordin opened this issue May 21, 2020 · 0 comments
Open

build python from source? #19

edbordin opened this issue May 21, 2020 · 0 comments

Comments

@edbordin
Copy link
Collaborator

edbordin commented May 21, 2020

Currently on windows we're linking against the mingw python provided by msys2 which doesn't provide a static lib. Darwin is statically linking against conda which is not exactly a minimal python installation. Linux is statically linking against the lib from the ubuntu package and currently extracting scripts from some .deb packages in the repo.

To get a static lib and minimal set of standard library scripts/modules it looks like building python from source is a good option. Building for MinGW might be slightly more complicated - MSYS2 maintains a fairly large set of patches to make it work https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-python

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant