Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent a0d125f commit 5b259a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ Getting Started

1. Update the submodule

..
..
Run :code:`git submodule update --init`
Run :code:`git submodule update --init`

2. Generate the project by [CMake]

..
..
Run :code:`cmake -G "[GENERATOR BY YOUR SYSTEM]" [LIBGLTF FOLDER]`
Run :code:`cmake -G "[GENERATOR BY YOUR SYSTEM]" [LIBGLTF FOLDER]`

3. Build the project and generate the the static library `libgltf.lib` or `libgltf.a`
4. Include `libgltf/libgltf.h` in your project.
5. Link the static library `libgltf.lib` or `libgltf.a` in your project.

..
You have to link the static library `draco.lib` or `draco.a` with your project, if you want support the `Google's Draco`_.
And you can find the draco in the external folder.
..
You have to link the static library `draco.lib` or `draco.a` with your project, if you want support the `Google's Draco`_.
And you can find the draco in the external folder.

Code example:

Expand Down

0 comments on commit 5b259a7

Please sign in to comment.