On Tue, Aug 20, 2013 at 12:35 PM, Tomasz Olszak <[email protected]> wrote:
> Thank you for the answer. I would like to mention that I suppose that repo > sync hangs because I added > Host tizen > .... > > to my .ssh/config and it should be > Host review.tizen.org. > Both names occurs in wiki and docs so I simply copy and paste some build > instructions and encounter such issue. Using adequate url's should solve the > problem. make sure your .ssh/config contains proper Port: config as well. > Unfortunately I think that I need more help with build process. So far I > have some understanding of gbs but... could you please correct following > statements or give an advice regarding some of them. > 1. The only thing I need to build Qt for Tizen IVI is gbs build. correct > 2. Qt base module needs to run configure script before compilation part. It > looks for different dependencies in sysroot and makes some assumptions > (e.g. If it finds glib then glib event loop is used as Qt event loop, if it > finds gstreamer then it uses it as backend for multimedia and so on). I need Just add all these as "BuildRequires: " in your qt.spec file > to do that after dependencies will appear in rootstrap. It should be done by > gbs. Additionally qt uses internally qmake tool for creating makefiles, I > know that there is possibility of building Qt with CMake but i don't know > state of this and would rather not to test it now. You can first build qmake with gbs and then have your qt build use that. You need to have them under the same directory: src/qt src/qmake and then $ gbs build -A <xxx> src/ > 3. Building existing projects/repositories is clear to me (just clone repo > and make gbs build with proper tizen IVI gbs.conf file) > 4. Building and creating new projects is not clear. I can only suppose that > project need to be git based (contains .git directory and its content). I > don't know what tar.gz file you had in mind and what is the packaging > directory (I tried to looks docs for gbs directory tree but couldn't find > any) I already gave you some pointers to gbs import (or run gbs import --help) Mikko _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
