code-google-com / qimsys

Automatically exported from code.google.com/p/qimsys
0 stars 0 forks source link

Request: make DESTDIR option #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi.

On trunk as of 25/10/2010

The "make DESTDIR=/path/to/temp/purpose" function would like to be enabled for 
building deb pkg.

Original issue reported on code.google.com by kenya...@gmail.com on 25 Oct 2010 at 7:29

GoogleCodeExporter commented 9 years ago
qimsys doesn't support DESTDIR but you can set a path to install like below.

$ qmake ../qimsys/qimsys.pro PREFIX=/usr/local
$ make
$ make install INSTALL_ROOT=$PWD

qimsys is installed under $PWD/usr/local.

Original comment by stas...@gmail.com on 27 Oct 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Thank you! I confirmed this option could be OK on my environment. You can close 
this issue:-)

Original comment by kenya...@gmail.com on 27 Oct 2010 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by stas...@gmail.com on 27 Oct 2010 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by stas...@gmail.com on 6 Feb 2011 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by stas...@gmail.com on 24 Feb 2011 at 11:45