Bug 947 - Build the Python bindings
Summary: Build the Python bindings
Status: CONFIRMED
Alias: None
Product: sigrok-util
Classification: Unclassified
Component: Util: sigrok-cross-mingw (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 16:12 CEST by Uwe Hermann
Modified: 2017-05-23 16:12 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2017-05-23 16:12:37 CEST
We'll want a way to build the Python bindings on a Linux host for a Windows target if possible, to allow users to use the Python bindings on Windows (or clients such as sigrok-meter).

This requires e.g. the Python headers being around, pygobject being there, etc.

Someone needs to look into the details of whether this is easily doable and steps fixes are needed exactly. Python is not part of MXE (which we use for cross-builds), so that needs to be added or we need to get Python from elsewhere.