Setting the License File Variable
If you do not want to install the license.demo file in the installdir/toolworks/flexlm‑version directory, you must set your LM_LICENSE_FILE environment variable to the file’s full pathname. For example:
setenv LM_LICENSE_FILE nonstandard-dir/license.demo
If a LM_LICENSE_FILE environment variable already exists, add the pathname for license.demo to this variable’s declaration. Notice that the LM_LICENSE_FILE variable contains a colon-separated list of license file pathnames. For example:
setenv LM_LICENSE_FILE nonstandard-dir/license.demo:${LM_LICENSE_FILE}