Merge pull request #487 from kasenvr/fix/build-docs-variables

Update BUILD.md
This commit is contained in:
kasenvr 2020-06-29 14:05:28 -04:00 committed by GitHub
commit 7f8bc2710f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
# General Build Information # General Build Information
*Last Updated on May 17, 2020* *Last Updated on June 27, 2020*
### OS Specific Build Guides ### OS Specific Build Guides
* [Build Windows](BUILD_WIN.md) - complete instructions for Windows. * [Build Windows](BUILD_WIN.md) - complete instructions for Windows.
* [Build Linux](BUILD_LINUX.md) - additional instructions for Linux. * [Build Linux](BUILD_LINUX.md) - additional instructions for Linux.
* [Build OSX](BUILD_OSX.md) - additional instructions for OS X. * [Build OSX](BUILD_OSX.md) - additional instructions for OS X.
* [Build Android](BUILD_ANDROID.md) - additional instructions for Android * [Build Android](BUILD_ANDROID.md) - additional instructions for Android.
### Dependencies ### Dependencies
- [git](https://git-scm.com/downloads): >= 1.6 - [git](https://git-scm.com/downloads): >= 1.6
@ -78,11 +78,11 @@ Where /path/to/directory is the path to a directory where you wish the build fil
BUILD_NUMBER BUILD_NUMBER
// The type of release. // The type of release.
RELEASE_TYPE=PRODUCTION|PR RELEASE_TYPE=PRODUCTION|PR|DEV
RELEASE_BUILD=PRODUCTION|PR
// TODO: What do these do? // TODO: What do these do?
PRODUCTION_BUILD=0|1 PRODUCTION_BUILD=0|1
PR_BUILD=0|1
STABLE_BUILD=0|1 STABLE_BUILD=0|1
// TODO: What do these do? // TODO: What do these do?