Merge pull request #35 from Aghassi/master

Updated installation README
This commit is contained in:
R. Aidan Campbell 2016-04-12 18:24:45 -04:00
commit 835b55a8c7

View File

@ -31,8 +31,9 @@ Moonlight also has mobile versions for [Android](https://github.com/moonlight-st
##Building ##Building
1. Install the Chrome Native Client SDK and download the current Pepper SDK 1. Install the Chrome Native Client SDK and download the current Pepper SDK
2. Set the NACL_SDK_ROOT environment variable to your Pepper SDK folder 2. Set the `NACL_SDK_ROOT` environment variable to your Pepper SDK folder. If you need more detailed instructions, see [here](https://github.com/google/pepper.js/wiki/Getting-Started)
3. Run 'make' from within the moonlight-chrome repo 3. Run `git submodule update --init --recursive` from within `moonlight-chrome/`
4. Run `make` from within the `moonlight-chrome/` repo
##Testing ##Testing
1. Open the Extensions page in Chrome 1. Open the Extensions page in Chrome