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:
parent
d7835e26da
commit
32d4005cbf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue