Search found 5 matches

by ethanhs
2016-06-30T15:34:40-07:00
Forum: Magick++
Topic: Magick++: Crosscompile to Android
Replies: 7
Views: 20745

Re: Magick++: Crosscompile to Android

I was able to compile and successfully run Magic++ on Android using a custom build script found here: https://github.com/paulasiimwe/Android-ImageMagick I'm thinking about uploading my version soon. Let me know if you are interested. drunkensapo, do you have a timeline of when you might publish you...
by ethanhs
2016-06-28T14:08:53-07:00
Forum: Magick++
Topic: Magick++: Crosscompile to Android
Replies: 7
Views: 20745

Re: Magick++: Crosscompile to Android

I was able to compile and successfully run Magic++ on Android using a custom build script found here: https://github.com/paulasiimwe/Android-ImageMagick I'm thinking about uploading my version soon. Let me know if you are interested. That would be super! I found that repo, but it only built Magick,...
by ethanhs
2016-06-27T12:58:57-07:00
Forum: Magick++
Topic: Magick++: Crosscompile to Android
Replies: 7
Views: 20745

Re: Magick++: Crosscompile to Android

It doesn't want to build Magick++, since it is cross compiling, it won't pass the tests, disabling it. Is there a way to disable this and build Magick++ wihout the tests passsing? I should add the command line I am using is ./configure --host=arm-eabi CC=/ndktoolchain/bin/arm-linux-androideabi-gcc C...
by ethanhs
2016-06-26T22:15:25-07:00
Forum: Magick++
Topic: Magick++: Crosscompile to Android
Replies: 7
Views: 20745

Re: Magick++: Crosscompile to Android

I was able to disable large files and I am now able to complete configure, now I need to figure out what config will optimize for Android, and also build it...
by ethanhs
2016-06-26T21:26:27-07:00
Forum: Magick++
Topic: Magick++: Crosscompile to Android
Replies: 7
Views: 20745

Magick++: Crosscompile to Android

I'm trying to build ImageMagick, with ImageMagick++ for use in a Qt project. Most of what I am building is done through Qt creator on Windows, but since ImageMagick (and ImageMagick++) use a configure script, I am building libimagemagick on the linux subsystem, which provides an Ubuntu environment. ...