Merge branch 'develop' into feature/csharp

This commit is contained in:
Matt Schulte 2019-07-10 14:36:36 -07:00 коммит произвёл GitHub
Родитель d05830221c 8718669d0a
Коммит 255f28fb7e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 31 удалений

Просмотреть файл

@ -77,38 +77,14 @@ properly.*
### Linux Dependencies ### Linux Dependencies
Most of these dependencies should be available through the distribution's The list of libraries and tools that must be installed on your machine in
package manager. order to build can be found in our script
[bootstrap-ubuntu.sh](../scripts/bootstrap-ubuntu.sh).
* [CMake](https://cmake.org/download/). Add CMake to the PATH. Must be The depth engine is needed as well. The depth engine (DE) is a closed source
version 3.10 or higher. If your distribution has a version of CMake that is too old, binary shipped with the linux debian package. The DE binary needs to be copied
you can download and build CMake from source. to the host system and added to the loader path. **NOTE** *This step is not
need for building, but is required running the SDK*
* [ninja](https://github.com/ninja-build/ninja/releases). Add ninja to the
PATH.
* gcc or clang (6.0.0)
* pkgconfig
* python3
* doxygen (optional)
* zip (needed for VS cross compiled builds)
* libssl
* uuid-dev
* Depth Engine. The depth engine (DE) is a closed source binary shipped with the
SDK installer. The DE binary needs to be copied to the host system and added
to the path. **NOTE** *This step is not need for building, but is required
running the SDK*
If you are using Ubuntu, you can use our CI script
[bootstrap-ubuntu.sh](../scripts/bootstrap-ubuntu.sh) to download and
install all needed tools and libraries.
## Building ## Building