You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
428 B
16 lines
428 B
4 months ago
|
# ANGLE Source Code
|
||
|
|
||
|
# Browsing
|
||
|
|
||
|
ANGLE's source no longer resides at code.google.com! To browse the ANGLE source,
|
||
|
please visit https://chromium.googlesource.com/angle/angle
|
||
|
|
||
|
# Checkout
|
||
|
|
||
|
You may clone the ANGLE repository with:
|
||
|
|
||
|
> `git clone https://chromium.googlesource.com/angle/angle`
|
||
|
|
||
|
For full instructions on setting up your system with the necessary prerequisites
|
||
|
for development with ANGLE, please see the DevSetup page.
|