Skip to content

Commit

Permalink
Auto merge of #23715 - paulrouget:docup, r=jdm
Browse files Browse the repository at this point in the history
Update hololens doc

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23715)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 10, 2019
2 parents d0bd2d5 + 385f774 commit a1441d5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/hololens.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

How to compile and run:

With Visual Studio **2019**:
- Open `support/hololens/ServoApp.sln`
- click on *restore nugets packages* under the context menu of "Solution" (in the right panel). This will automatically download Angle which comes with libEGL.dll, necessary to build servo.

In your Visual Studio **2017** cmd prompt:
- make sure libEGL.dll is in your `%LIB%` path: `set LIB=%LIB%;c:\XXX\servo\support\hololens\packages\ANGLE.WindowsStore.2.1.13\bin\UAP\x64\`
In your Visual Studio 2017 cmd prompt:
- compile servo: `mach build -d --uwp`

With Visual Studio **2019**:
Install [HoloLens 2 Emulator](https://docs.microsoft.com/en-us/windows/mixed-reality/using-the-hololens-emulator).

With Visual Studio 2017:
- Open `support\hololens\ServoApp.sln`
- Select emulator or local machine, select configuration (Debug or Release) and press run
- VS will look for the DLLs and .h in `../../target/debug|release/` (depending on the configuration you selected in VS) and copy them in the final package.

Expand Down

0 comments on commit a1441d5

Please sign in to comment.