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

Thiago Macieira thiago.macieira at intel.com
Fri May 9 18:08:48 CEST 2014


Em sex 09 maio 2014, às 14:01:52, Koehne Kai escreveu:
> > -----Original Message-----
> > From: development-bounces+kai.koehne=digia.com at qt-project.org
> > [...]
> > -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 should be able to do s.th. like
> 
> $ make && make install
> $ make docs
> $ make install INSTALLROOT=$PWD/qt
> $ make install_docs INSTALLROOT=$PWD/qt

Yuchen is right: he can't do that make install.

I haven't checked, but maybe this will work:

make
make install INSTALL_ROOT=$foo
make docs INSTALL_ROOT=$foo
make install_docs INSTALL_ROOT=$foo

But I guess it won't.

The point is that "make docs" wants to use the installed qdoc, not the one 
that was compiled but not yet installed.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list