Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Apr 28, 2024
1 parent f09080f commit b749b4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@

## FBXSDK

Download here

https://aps.autodesk.com/developer/overview/fbx-sdk

Plese put fbxsdk on

```
fbxsdk/{os}/include/
fbxsdk/{os}/lib/
```

## Build

### Windows

```
cmake -B build -S . -G "Visual Studio 16 2019" -A Win32
```

0 comments on commit b749b4a

Please sign in to comment.