Update GettingStartedOnLinux.md

Summary:1. add information about automake and python-dev apt dependencies
2. Suggest current watchman version  (4.5 vs 4.1)
Closes https://github.com/facebook/react-native/pull/6784

Differential Revision: D3161652

fb-gh-sync-id: 2a13b315fcb6f1898a5b3be12ddf15ed457befdb
fbshipit-source-id: 2a13b315fcb6f1898a5b3be12ddf15ed457befdb
This commit is contained in:
Jarosław Skrzypek 2016-04-10 14:53:39 -07:00 committed by Facebook Github Bot 9
parent d7835e26da
commit 32d4005cbf
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ __NOTE__: The above instructions are for Ubuntu. If you're on a different distro
Paste the following into your terminal to compile watchman from source and install it:
```sh
sudo apt-get install -y automake python-dev
git clone https://github.com/facebook/watchman.git
cd watchman
git checkout v4.5.0 # the latest stable release
@ -46,6 +47,7 @@ git checkout v4.5.0 # the latest stable release
make
sudo make install
```
__NOTE__: The above ```apt-get install``` line is for Ubuntu/Debian only. You might need to install required dependencies differently on other distributions.
#### Installing Flow