Skip to content

Commit b86b21c

Browse files
committed
Mention third_party repo is mozilla-only, provide alternatives
<!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
1 parent 0233ae2 commit b86b21c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ git clone [email protected]:MozillaReality/FirefoxReality.git
1616

1717
*Clone the third_party repo*
1818

19-
If you're developing for the Oculus, Snapdragon VR, or VIVE, you need to clone the repo with third party SDK files.
19+
If you're developing for the Oculus, Snapdragon VR, or VIVE, you need to clone the repo with third party SDK files.
2020

2121
```bash
2222
git clone [email protected]:MozillaReality/FirefoxReality-android-third-party.git third_party
2323
```
2424

25+
This repo is only available to Mozilla employees. If you have access to the relevant SDK but not this repo, you can manually place them here:
26+
27+
- `third_party/ovr_mobile/` for Oculus (should contain a `VrApi` folder)
28+
- `third_party/svr/` for Snapdragon (should contain a `libs` folder, among other things)
29+
- `third_party/wavesdk/` for Vive (should contain a `build` folder, among other things)
30+
31+
2532
*Fetch Git submodules.*
2633

2734
You may need to set up [two-factor authentication](https://blog.github.com/2013-09-03-two-factor-authentication/#how-does-it-work-for-command-line-git) for the command line.

0 commit comments

Comments
 (0)