[Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

Giuseppe D'Angelo dangelog at gmail.com
Fri May 9 15:21:47 CEST 2014


On 9 May 2014 15:16, Ray Donnelly <mingw.android at gmail.com> wrote:
> On Fri, May 9, 2014 at 10:05 AM, Giuseppe D'Angelo <dangelog at gmail.com> wrote:
>> On 9 May 2014 10:53, Yuchen Deng <loaden at gmail.com> wrote:
>>> If I have to do `make install` first, then I can't use `make install
>>> INSTALL_ROOT=$PWD/qt` anymore.
>>> It's means INSTALL_ROOT does not support for this case?
>>
>> What do you mean? "make install" will install in the directory you
>> chose with the -prefix option. Why do you want to override that now?
>>
>
> -prefix is where you want it to finally end up on the users' computer,
> but INSTALL_ROOT is where you want it to get installed to so you can
> package it cleanly.. usually.

You can't package it in any other place rather than -prefix. Just use
"make install" before "make docs".

-- 
Giuseppe D'Angelo



More information about the Development mailing list