Skip to content

Commit

Permalink
Merge pull request #1028 from Microsoft/toanzian/linux-readme
Browse files Browse the repository at this point in the history
Added note about occasionally problematic missing Linux package.
  • Loading branch information
sgellock committed Oct 25, 2018
2 parents a98c991 + 3ccd72e commit e71a384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -44,6 +44,10 @@ git checkout v4
npm i -g lerna@3.4.0 gulp@4.0.0 gulp-cli@2.0.1 webpack@4.8.x jest
```

> **NOTE:** If you are using Linux, building the Emulator might result in an error due to a missing package: **libXScrnSaver**. If you run into this error, install the package using your OS's package manager and retry:
>`yum install libXScrnSaver`
### Install local dependencies

```
Expand Down

0 comments on commit e71a384

Please sign in to comment.