PATH

Specifies the paths to search for  programs or shared libraries (on Windows) or  binary executable files (on Linux).

Syntax

PATH = <path to folder>

Usage and examples

PATH must include all the folders used to store programs and libraries on Windows and binary executable files on Linux. You can be modify the value of PATH according to you development needs.

For example,

PATH=%LYCIA_DIR%\bin;%LYCIA_DIR%\lib; $PATH
PATH=%LYCIA_DIR%/bin:$PATH

or with absolute paths:

PATH=C:\Program Files\Querix\Lycia\bin;C:\Program Files\Querix\Lycia\lib;$PATH
PATH=/opt/Querix/Lycia/bin:$PATH

This value is not unchangeable and can be modified according to you development needs.

LD_LIBRARY_PATH applies both at compilation and at runtime, so it must be set in inet.env, in env.properties, and in environ.bat.

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.