Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is aubio cross-compilable for iPhone/Android/ARM? [closed]

Anyone know of:

  1. A build of the Aubio library for iPhone/ARM processor?

  2. An intro-to-cross-compiling resource so I can try it myself?

like image 979
buildsucceeded Avatar asked Nov 14 '22 19:11

buildsucceeded


1 Answers

Try using the latest git:

$ git clone git://git.aubio.org/git/aubio
$ cd aubio/
$ ./waf configure build --with-target-platform ios
like image 139
piem Avatar answered Dec 21 '22 07:12

piem