mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
cmake: Update readme to match current cmake variable naming scheme.
This commit is contained in:
parent
f81b14a70b
commit
9dd82f90c2
@ -22,17 +22,18 @@ command-line interface; see `man cmake` for more details.
|
||||
|
||||
In general, the config variable for a particular third party library is:
|
||||
```
|
||||
USE_<LIBRARY>=True/False # Example: USE_JPEG
|
||||
HAVE_<LIBRARY>=True/False # Example: USE_JPEG
|
||||
```
|
||||
Optional features typically use the format:
|
||||
Panda subpackage building is handled by:
|
||||
```
|
||||
BUILD_<FEATURE>=True/False # Example: BUILD_THREADS
|
||||
BUILD_<SUBPACKAGE>=True/False # Example: BUILD_DTOOL, BUILD_PANDA
|
||||
```
|
||||
Configuration settings use more direct names:
|
||||
Other configuration settings use more direct names (same names as in-source):
|
||||
```
|
||||
# Examples
|
||||
PANDA_DISTRIBUTOR="MyDistributor"
|
||||
DTOOL_INSTALL="/usr/local/panda"
|
||||
LINMATH_ALIGN=On
|
||||
|
||||
# ... etc ...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user