Help with ios and cmake

Tomaz Canabrava tcanabrava at kde.org
Tue Dec 29 08:06:46 PST 2015


On Tue, Dec 29, 2015 at 1:56 PM, Dow John <drawtree at gmail.com> wrote:

> Hi Tomaz.
>
> Thanks for pointers. Now it’s far easier to start. I’ll try it and let you
> know what happens.
> Hope to succeed but I can't guarantee it.
>

No need to work, any help is appreciated. :)


>
> Hoon.
>
> On Dec 29, 2015, at 10:26 PM, Tomaz Canabrava <tcanabrava at kde.org> wrote:
>
> Hello hoon,
>
> Thank you very much for your help, I really appreciate it.
>
> you will need Qt 5.5 for iOS, I don't know if you have it, but you can
> download in www.qt.io
> we are using Qt because we want to make the app work on iOS and Android,
> same codebase.
>
> the git repository is for our project is:
> https://github.com/torvalds/subsurface.git
>
> our build script for iOS, that almost works, is in the folder packaging/ios
>
> to test what have we done:
>
> git clone https://github.com/torvalds/subsurface.git
> mkdir build-ios
>
> cd build-ios
> ln -s /path/to/your/qt/install Qt
> ../subsurface/packaging/ios/build.sh
>
> a folder named install-root will be created with all compiled libraries
> and programs inside it.
>
> the script assume that the build folder is next to the subsurface folder,
> not inside.
>
> build.sh will try to set all the iOS related enviroment variables,
> download and compile all necessary libraries, then it will try to compile
> subsurface.
>
> right now it sucessfully manages to build all libraries, but not libgit2 (
> checked with lipo -info install-root/lib/libgit2.a , returns 'no platform
> information specified' instead of i386 or arm )
>
> Thank you very much for your help,
> Tomaz
>
>
> On Tue, Dec 29, 2015 at 3:49 AM, Hoon <drawtree at gmail.com> wrote:
>
>> Hello, I am Hoon Hwangbo (Eonil is my penname).
>>
>> I am gladly like to contribute. Let me check your project tonight. And
>> sorry for short reply but I am on my day-job duty now so I cannot write
>> this longer.
>>
>
>> Hoon H.
>>
>> *iPhone•Eonil
>>
>> > On Dec 29, 2015, at 8:31 AM, Tomaz Canabrava <tcanabrava at kde.org>
>> wrote:
>> >
>> > Hello Eonil,
>> >
>> > You don`t know me, I'm Tomaz Canabrava, one of the developers of
>> Subsurface, the divelog that linus torvalds created. We are trying hard to
>> have this stuff compiled for iOS, but I lack the experience, and I lack the
>> know-how on iOS based stuff.
>> >
>> > I found a repository that you maintain to build libgit2 via cmake and
>> tried to use as a foundation - wich didn't really worked because the code
>> seems to be outdated (for instance, I get a threads not found error on
>> cmake when I use your script. )
>> >
>> > I would really really apreciate some help having this subsurface thing
>> to build, what you say? I can pay you two beers :D
>> >
>> > and you will make a Tomaz, a Linus Torvalds and a few other guys very
>> very happy.
>> >
>> > Tomaz
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20151229/c70a2dab/attachment.html>


More information about the subsurface mailing list