From a4bea1ce30f610ef041dcf3c24764c095ff8dfc2 Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Tue, 25 Aug 2020 01:11:12 -0400 Subject: [PATCH] Update BUILD.md --- BUILD.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index db81ecb30d..1c42b3155c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,6 +1,6 @@ # General Build Information -*Last Updated on June 27, 2020* +*Last Updated on August 25, 2020* ### OS Specific Build Guides @@ -80,12 +80,16 @@ Where /path/to/directory is the path to a directory where you wish the build fil // The type of release. RELEASE_TYPE=PRODUCTION|PR|DEV - // TODO: What do these do? + // Set one of these if you require only one to be packaged + CLIENT_ONLY=1 + SERVER_ONLY=1 + + // Determine the build type PRODUCTION_BUILD=0|1 PR_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 BUILD_GLOBAL_SERVICES=STABLE