On 10/7/10 11:25 AM, André Pönitz wrote:
> On Thursday 07 October 2010 16:32:22 you wrote:
>> On 10/7/10 10:22 AM, André Pönitz wrote:
>>> On Thursday 07 October 2010 16:13:12 ext Stephen Chu wrote:
>>>> I installed the new snapshot with the added timeout period (80 sec?) and
>>>> it goes farther down the build process but still dies without an error.
>>>> I also checked my Console log and find this line:
>>>
>>> Do you have the sources around? If so, could you increase/remove the timeout
>>> and find out how long your machine actually needs?
>>
>> No I don't. Could never figure out how to build Creator here. Too old to
>> learn the new tricks. :)
>
> Initial checkout:
>
>    cd /tmp    # or whatever
>    git clone g...@gitorious.org:qt-creator/qt-creator.git
>    cd qt-creator
>    qmake -r
>    make
>
> To update later:
>
>    cd /tmp/qt-creator
>    git pull
>    make
>
> To get a clean build later:
>
>    cd /tmp/qt-creator
>    git clean -dxf
>    qmake -r
>    make
>
>
> Andre'

Thanks. I managed to load from git and build Creator using Creator after 
posting that. But your steps will help me building it automatically.

-- 
Stephen Chu
<mailto:step...@ju-ju.com>
<http://www.ju-ju.com>
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to