commit
16738a3632
1 changed files with 3 additions and 0 deletions
|
|
@ -61,7 +61,10 @@ Building
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd <parent of where you want glslang to be>
|
cd <parent of where you want glslang to be>
|
||||||
|
# If using SSH
|
||||||
git clone git@github.com:KhronosGroup/glslang.git
|
git clone git@github.com:KhronosGroup/glslang.git
|
||||||
|
# Or if using HTTPS
|
||||||
|
git clone https://github.com/KhronosGroup/glslang.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 2) Check-Out External Projects
|
#### 2) Check-Out External Projects
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue