mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-05 22:08:04 +02:00
commit
c099cfe904
1 changed files with 5 additions and 3 deletions
8
BUILD.md
8
BUILD.md
|
@ -1,6 +1,6 @@
|
||||||
# General Build Information
|
# General Build Information
|
||||||
|
|
||||||
*Last Updated on June 27, 2020*
|
*Last Updated on August 26, 2020*
|
||||||
|
|
||||||
### OS Specific Build Guides
|
### OS Specific Build Guides
|
||||||
|
|
||||||
|
@ -80,12 +80,12 @@ Where /path/to/directory is the path to a directory where you wish the build fil
|
||||||
// The type of release.
|
// The type of release.
|
||||||
RELEASE_TYPE=PRODUCTION|PR|DEV
|
RELEASE_TYPE=PRODUCTION|PR|DEV
|
||||||
|
|
||||||
// TODO: What do these do?
|
// Determine the build type
|
||||||
PRODUCTION_BUILD=0|1
|
PRODUCTION_BUILD=0|1
|
||||||
PR_BUILD=0|1
|
PR_BUILD=0|1
|
||||||
STABLE_BUILD=0|1
|
STABLE_BUILD=0|1
|
||||||
|
|
||||||
// TODO: What do these do?
|
// Determine if to utilize testing or stable Metaverse URLs
|
||||||
USE_STABLE_GLOBAL_SERVICES=1
|
USE_STABLE_GLOBAL_SERVICES=1
|
||||||
BUILD_GLOBAL_SERVICES=STABLE
|
BUILD_GLOBAL_SERVICES=STABLE
|
||||||
|
|
||||||
|
@ -141,6 +141,8 @@ The following build options can be used when running CMake
|
||||||
* BUILD_SERVER
|
* BUILD_SERVER
|
||||||
* BUILD_TESTS
|
* BUILD_TESTS
|
||||||
* BUILD_TOOLS
|
* BUILD_TOOLS
|
||||||
|
* CLIENT_ONLY // Will package only the Interface
|
||||||
|
* SERVER_ONLY // Will package only the Server
|
||||||
|
|
||||||
#### Developer Build Options
|
#### Developer Build Options
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue