Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => iMX233 => Topic started by: srbyers on December 04, 2013, 08:58:57 PM

Title: Guidance for installing PyAudio needed
Post by: srbyers on December 04, 2013, 08:58:57 PM
Can someone help me install pyaudio/portaudio on the imx233 (Maxi) board? I'm using openWRT. I don't have much embedded linux experience and none at building a module from source. Any help would be appreciated.
Thanks, Steve

Title: Re: Guidance for installing PyAudio needed
Post by: lambda on December 06, 2013, 03:30:38 PM
The easiest way to build some software for OpenWRT is to just write a custom package Makefile.
(Once your package works well, submitting it for inclusion into OpenWRT is appreciated.)

To get started, have a look at some simliar OpenWRT package - ie some other python
module in your case. Reading docs/openwrt.pdf maybe also will explain some details.

Other than that you will need to ask more specific questions.

HTH,
Harald