Skip to content

Instantly share code, notes, and snippets.

@prabindh
Created July 1, 2020 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prabindh/b5fd6fc35d38874d98a0ab983a0119d3 to your computer and use it in GitHub Desktop.
Save prabindh/b5fd6fc35d38874d98a0ab983a0119d3 to your computer and use it in GitHub Desktop.
libAngle build
https://github.com/google/angle/blob/master/doc/DevSetup.md
open cmd shell:
set PATH=<>\depot_tools;%PATH%
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
cd <>\angle
python scripts/bootstrap.py
gn gen out/Release
Run below and set required vars to t/f:
gn args out/Release
args like below:
is_clang = false
is_debug = false
angle_shared_libvulkan = false
toolkit_views = false
treat_warnings_as_errors = true
autoninja -C out/Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment