Skip to content

Commit 6a5b327

Browse files
committed
Mention git lfs plugin as a requirement for ARR
1 parent 9c50a72 commit 6a5b327

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

articles/remote-rendering/overview/system-requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ The following software must be installed:
9191
* **Desktop development with C++**
9292
* **Universal Windows Platform (UWP) development**
9393
* **Windows SDK 10.0.18362.0** [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
94-
* **GIT** [(download)](https://git-scm.com/downloads)
94+
* **Git** [(download)](https://git-scm.com/downloads)
95+
* **Git LFS plugin** [(download)](https://git-lfs.github.com/)
9596
* Optional: To view the video stream from the server on a desktop PC, you need the **HEVC Video Extensions** [(Microsoft Store link)](https://www.microsoft.com/p/hevc-video-extensions/9nmzlz57r3t7). Ensure that the latest version is installed by checking for updates in the store.
9697

9798
## Unity

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-openxr-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The following software must be installed:
3131
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3232
* **Desktop development with C++**
3333
* **Universal Windows Platform (UWP) development**
34-
* GIT [(download)](https://git-scm.com/downloads)
34+
* Git [(download)](https://git-scm.com/downloads)
35+
* Git LFS plugin [(download)](https://git-lfs.github.com/)
3536

3637
## Clone the ARR samples repository
3738

articles/remote-rendering/quickstarts/native-cpp/hololens/deploy-native-cpp-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ The following software must be installed:
3333
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are required:
3434
* **Desktop development with C++**
3535
* **Universal Windows Platform (UWP) development**
36-
* [GIT](https://git-scm.com/downloads).
36+
* [Git](https://git-scm.com/downloads).
37+
* [Git LFS plugin](https://git-lfs.github.com/)
3738

3839
## Clone the Remote Rendering samples repository
3940

articles/remote-rendering/quickstarts/render-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The following software must be installed:
3232
* [Visual Studio tools for Mixed Reality](/windows/mixed-reality/install-the-tools). Specifically, the following *Workload* installations are mandatory:
3333
* **Desktop development with C++**
3434
* **Universal Windows Platform (UWP) development**
35-
* GIT [(download)](https://git-scm.com/downloads)
35+
* Git [(download)](https://git-scm.com/downloads)
36+
* Git LFS plugin [(download)](https://git-lfs.github.com/)
3637
* Unity (see [system requirements](../overview/system-requirements.md#unity) for supported versions)
3738

3839
## Clone the sample app

articles/remote-rendering/tutorials/unity/view-remote-models/view-remote-models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ For this tutorial you need:
2727
* An active pay-as-you-go Azure subscription [Create an account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/)
2828
* Windows SDK 10.0.18362.0 [(download)](https://developer.microsoft.com/windows/downloads/windows-10-sdk)
2929
* The latest version of Visual Studio 2019 [(download)](https://visualstudio.microsoft.com/vs/older-downloads/)
30-
* GIT [(download)](https://git-scm.com/downloads)
30+
* Git [(download)](https://git-scm.com/downloads)
31+
* Git LFS plugin [(download)](https://git-lfs.github.com/)
3132
* Unity (see [system requirements](../../../overview/system-requirements.md#unity) for supported versions)
3233
* Intermediate knowledge of Unity and the C# language (for example: creating scripts and objects, using prefabs, configuring Unity events, etc.)
3334

0 commit comments

Comments
 (0)