mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:50:38 +02:00
Update BUILD.md
I removed a build variable that does not exist and added one that does after doing a codebase search.
This commit is contained in:
parent
7af73db252
commit
69b407f001
1 changed files with 4 additions and 4 deletions
8
BUILD.md
8
BUILD.md
|
@ -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
|
||||||
|
@ -79,10 +79,10 @@ 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
|
RELEASE_TYPE=PRODUCTION|PR
|
||||||
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?
|
||||||
|
@ -150,4 +150,4 @@ The following build options can be used when running CMake
|
||||||
#### Devices
|
#### Devices
|
||||||
|
|
||||||
You can support external input/output devices such as Leap Motion, MIDI, and more by adding each individual SDK in the visible building path. Refer to the readme file available in each device folder in [interface/external/](interface/external) for the detailed explanation of the requirements to use the device.
|
You can support external input/output devices such as Leap Motion, MIDI, and more by adding each individual SDK in the visible building path. Refer to the readme file available in each device folder in [interface/external/](interface/external) for the detailed explanation of the requirements to use the device.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue