Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
2k views

How to install Qt on Windows after building?

I can't find any information on how to install Qt built on Windows. In wiki article How to set up shadow builds on Mac and Linux there's description of -prefix option in configure script but this ...
2
votes
1answer
559 views

How to invoke make install for one subdirectory of Qt project

I'm working on custom library and I wish users could just use it by adding: CONFIG += mylib to their pro files. This can be done by installing mylib.prf file to %QTDIR%/mkspec/features. I've ...
1
vote
2answers
1k views

Adding a custom installation directory option to Autoconf-generated configure scripts

configure scripts always include something like the following in the help message: ... By default, `make install' will install all the files in `/usr/local/bin', `/usr/local/lib' etc. You can ...
1
vote
2answers
60 views

Directory for files generated by Make during installation from configure, make and make install

Just assume we are installing some libraries from its source distributed by the way GNU promoted. When using "./configure --prefix" to specify where to install. (1) does Make generate the binaries ...
-1
votes
2answers
87 views

Linux Make Installation [closed]

Possible Duplicate: What should Linux/Unix 'make install' consist of? How do I create a full linux make installer? What is ./configure, is it a binary that checks dependencies? ...