[Cs-dev] Csound for Android
Date | 2013-05-23 12:50 |
From | Michael Gogins |
Subject | [Cs-dev] Csound for Android |
Attachments | None None |
Is this where the Android projects in Csound 6 git find libsndfile for Android?
Regards, Mike Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-05-23 13:02 |
From | Steven Yi |
Subject | Re: [Cs-dev] Csound for Android |
Hi Michael, The libsndfile-android we use is just in a zip file: http://sourceforge.net/projects/csound/files/csound5/Android/ Just need to unzip and either put into a location that's set in the Android.mk file or update the Android.mk locally so that it will find it. steven On Thu, May 23, 2013 at 12:50 PM, Michael Gogins |
Date | 2013-05-23 13:04 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound for Android |
Attachments | None None |
Ok, thanks. Mike On May 23, 2013 8:03 AM, "Steven Yi" <stevenyi@gmail.com> wrote:
Hi Michael, |
Date | 2013-05-24 02:33 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound for Android |
Attachments | None None |
I'm finding that there are number of hard-coded paths in the build files. That would be fine, if all of them were within the Csound GIT tree or even its parent directory. Are they? In that case I can just put things like these library sources where the build files expect them. But if they are more than one level above the Csound GIT directory, that's awkward for me. Regards, Mike On Thu, May 23, 2013 at 8:02 AM, Steven Yi <stevenyi@gmail.com> wrote: Hi Michael, Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |