File: SourceAccess.md

package info (click to toggle)
wpewebkit 2.52.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488,880 kB
  • sloc: cpp: 3,911,108; javascript: 197,735; ansic: 163,103; python: 53,139; asm: 22,290; ruby: 18,114; perl: 17,149; xml: 4,631; yacc: 2,394; sh: 2,310; java: 2,032; lex: 1,358; pascal: 372; makefile: 88
file content (15 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.