Skip to content

Commit

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

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

#. Build the project and generate the the static library `libgltf.lib` or `libgltf.a`
#. Include `libgltf/libgltf.h` in your project.
#. Link the static library `libgltf.lib` or `libgltf.a` in your project.
#. Build the project and generate the the static library :code:`libgltf.(lib/a)`
#. Include :code:`libgltf/libgltf.h` in your project.
#. Link the static library :code:`libgltf.(lib/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.
Expand All @@ -81,7 +81,7 @@ Usage

Generate the *makefile* or *ninja* or *visual c++ project* or *xcode project* by CMake_.

For now, just build to a static library - `libgltf.(lib/a)`.
It is a static library - :code:`libgltf.(lib/a)`.

How to use
^^^^^^^^^^
Expand Down

0 comments on commit d816504

Please sign in to comment.