Update README of gltf-validator.

This commit is contained in:
Syoyo Fujita 2018-01-09 14:28:16 +09:00
parent 1b482fe0be
commit 45c29dc54d

View File

@ -9,6 +9,22 @@ Experimental. W.I.P.
## Requirements
* C++11 compiler
* CMake
## How to build
```
$ mkdir build
$ cd build
$ cmake ..
$ make
```
## How to use
```
$ gltf-validator /path/to/file.gltf /path/to/gltf-schema
```
## Third party licenses