saumitrabhave / qr-zbar-ane

ANE for QR Code Reader
MIT License
84 stars 23 forks source link

Build Ane #20

Closed agm65mav closed 10 years ago

agm65mav commented 10 years ago

Hi, first thx alot for merging updates. Can you please show how to build an ane for Andoird/Ios using your code? I am not able to build those one for both ane. That would be great and thx alto for your great job.

saumitrabhave commented 10 years ago

You can update the Paths in build.properties and the run the ant ene target by running

ant ane

from the project home.

To make the code changes you can open the android project in Eclipse and export project as Jar. Similar open AS Library project in intelliJ/FB etc and compile the SWC

you can see the build xml file to see how I am getting all those SWC/Jar/.a files into ane.

agm65mav commented 10 years ago

and on ios? the same? run code with xcode, and build ane?

saumitrabhave commented 10 years ago

yup.. just open/edit/build xcodeproj .. it would create .a then run ant ane.

agm65mav commented 10 years ago

thx alot you are the best!

saumitrabhave commented 10 years ago

:+1: