Commit 66f73b73 by Luc Ferron Committed by Commit Bot

Improve the dev setup instructions on Linux

Bug: angleproject:1944 Change-Id: I646d8c346f616b34eabcc10e06a59d0c97472ec1 Reviewed-on: https://chromium-review.googlesource.com/879384Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 0e99b7a3
......@@ -30,7 +30,7 @@ On Windows:
On Linux:
* Development packages for OpenGL, X11 and libpci
* Development packages for OpenGL, X11 and libpci (all of these dependencies should be installed automatically when running install-build-deps.sh later on).
* Bison and flex are not needed as we only support generating the translator grammar on Windows.
On MacOS:
......@@ -46,6 +46,15 @@ cd angle
python scripts/bootstrap.py
gclient sync
git checkout master
```
On Linux only, you need to install all the necessary dependencies before going further by running this command:
```
./build/install-build-deps.sh
```
After this completes successfully, you are ready to generate the ninja files:
```
gn gen out/Debug
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment