diff options
author | Paul Rouget <me@paulrouget.com> | 2019-07-05 12:15:20 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-07-05 13:03:13 +0200 |
commit | 385f77483652802827ee4aeae174c1e3dc5f696b (patch) | |
tree | 562363eff8a71c159e5ab9f8e51b56329026c8e7 /docs | |
parent | 0dc17af7f0dab01f673894b6ac7c84cb50d03603 (diff) | |
download | servo-385f77483652802827ee4aeae174c1e3dc5f696b.tar.gz servo-385f77483652802827ee4aeae174c1e3dc5f696b.zip |
Update hololens doc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hololens.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/hololens.md b/docs/hololens.md index d87360d5092..e8102442745 100644 --- a/docs/hololens.md +++ b/docs/hololens.md @@ -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. |