Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Mention third_party repo is mozilla-only, provide alternatives
Browse files Browse the repository at this point in the history
<!-- 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. -->
  • Loading branch information
Manishearth committed Oct 15, 2018
1 parent 0233ae2 commit b86b21c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ git clone [email protected]:MozillaReality/FirefoxReality.git

*Clone the third_party repo*

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

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

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:

- `third_party/ovr_mobile/` for Oculus (should contain a `VrApi` folder)
- `third_party/svr/` for Snapdragon (should contain a `libs` folder, among other things)
- `third_party/wavesdk/` for Vive (should contain a `build` folder, among other things)


*Fetch Git submodules.*

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.
Expand Down

0 comments on commit b86b21c

Please sign in to comment.