Em sex 09 maio 2014, às 14:01:52, Koehne Kai escreveu:
> > -----Original Message-----
> > From: development-bounces+kai.koehne=digia....@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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to