21 lines
678 B
Plaintext
21 lines
678 B
Plaintext
This package will install @CMAKE_PROJECT_NAME@ into the following location:
|
|
|
|
@CMAKE_INSTALL_PREFIX@
|
|
|
|
You may choose to update your PATH environment variable:
|
|
|
|
# For Bash
|
|
export PATH=@CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
# For CSH
|
|
setenv PATH @CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
If you have more than one volume, please choose the install
|
|
destination as the one that contains the root filesystem.
|
|
|
|
If you have existing configuration files that are modified or
|
|
otherwise different from the version included in the package,
|
|
this installer will attempt to prevent overwirting them,
|
|
but its also advisable to make your own backups of important
|
|
files before proceeding.
|