<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Tomaz. <div class=""><br class=""></div><div class="">Thanks for pointers. Now it’s far easier to start. I’ll try it and let you know what happens.</div><div class="">Hope to succeed but I can't guarantee it.</div><div class=""><br class=""></div><div class="">Hoon. </div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 29, 2015, at 10:26 PM, Tomaz Canabrava <<a href="mailto:tcanabrava@kde.org" class="">tcanabrava@kde.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hello hoon,<br class=""><br class=""></div>Thank you very much for your help, I really appreciate it.<br class=""></div><br class="">you will need Qt 5.5 for iOS, I don't know if you have it, but you can download in <a href="http://www.qt.io/" class="">www.qt.io</a><br class="">we are using Qt because we want to make the app work on iOS and Android, same codebase.<br class=""><br class="">the git repository is for our project is:<br class=""><a href="https://github.com/torvalds/subsurface.git" class="">https://github.com/torvalds/subsurface.git</a><br class=""><br class=""></div>our build script for iOS, that almost works, is in the folder packaging/ios<br class=""><br class=""></div>to test what have we done:<br class=""><br class=""></div>git clone <a href="https://github.com/torvalds/subsurface.git" class="">https://github.com/torvalds/subsurface.git</a><br class=""></div>mkdir build-ios<br class=""><br class=""></div>cd build-ios<br class=""></div>ln -s /path/to/your/qt/install Qt<br class=""></div>../subsurface/packaging/ios/build.sh<br class=""><br class=""></div><div class="">a folder named install-root will be created with all compiled libraries and programs inside it.<br class=""><br class=""></div>the script assume that the build folder is next to the subsurface folder, not inside.<br class=""><br class=""></div>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.<br class=""><br class=""></div>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 )<br class=""><br class=""></div>Thank you very much for your help,<br class=""></div>Tomaz<br class=""><div class=""><div class=""><br class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Dec 29, 2015 at 3:49 AM, Hoon <span dir="ltr" class=""><<a href="mailto:drawtree@gmail.com" target="_blank" class="">drawtree@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, I am Hoon Hwangbo (Eonil is my penname).<br class="">
<br class="">
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.<br class=""></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br class="">
Hoon H.<br class="">
<br class="">
*iPhone•Eonil<br class="">
<div class=""><div class="h5"><br class="">
> On Dec 29, 2015, at 8:31 AM, Tomaz Canabrava <<a href="mailto:tcanabrava@kde.org" class="">tcanabrava@kde.org</a>> wrote:<br class="">
><br class="">
> Hello Eonil,<br class="">
><br class="">
> 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.<br class="">
><br class="">
> 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. )<br class="">
><br class="">
> I would really really apreciate some help having this subsurface thing to build, what you say? I can pay you two beers :D<br class="">
><br class="">
> and you will make a Tomaz, a Linus Torvalds and a few other guys very very happy.<br class="">
><br class="">
> Tomaz<br class="">
</div></div></blockquote></div><br class=""></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></blockquote></div><br class=""></div></body></html>