X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README.cmake;h=1d34502ae8e3e400857206419c6f9c3cedf36c59;hb=dfdd1c6d5e97e930b5ff260b16310806a6cd8225;hp=3be013a78522fbd30d1d9d226256c5cb5cca71eb;hpb=eff1541ba38f445a3fbe336d1c6fbd93fb535522;p=simgear.git diff --git a/README.cmake b/README.cmake index 3be013a7..1d34502a 100644 --- a/README.cmake +++ b/README.cmake @@ -20,8 +20,8 @@ Probably you want to specify an install prefix: cmake ../simgear -DCMAKE_INSTALL_PREFIX=/usr Note the install prefix is automatically searched for required libraries -and header files, so if you install PLIB, OpenSceneGraph to the -same prefix, most configuration options are unnecessary. +and header files, so if you install OpenSceneGraph to the same prefix, +most configuration options are unnecessary. If for some reason you have a dependency (or several) at a different prefix, you can specify one or more via CMAKE_PREFIX_PATH: @@ -33,7 +33,7 @@ you can specify one or more via CMAKE_PREFIX_PATH: Standard prefixes are searched automatically (/usr, /usr/local, /opt/local) Most dependencies also expose an environment variable to specify their -installation directory explicitly eg OSG_DIR or PLIBDIR. Any of the methods +installation directory explicitly eg OSG_DIR. Any of the methods described above will work, but specifying an INSTALL_PREFIX or PREFIX_PATH is usually simpler.