Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki committed Jan 31, 2023
1 parent 559cd89 commit 9902dac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ finger locations are in NDI header infomation.</p>

## builds
1. build NDIWrapper
1. donwload [NDI® Software Developer Kit](https://www.ndi.tv/sdk/)<br><br>
1. donwload [NDI® Software Developer Kit](https://www.ndi.tv/sdk/)<br>And copy files in **NDI SDK for Apple/include** to **NDIWrapper/NDIWrapper/wrapper/include**. <br><br>

![copy_to_include](copy_include.gif)
<br><br>
2. add **NDI SDK for Apple/lib/iOS/libndi_ios.a** to *Link Binary With Libraries* in *Build Phases*
<br><br>![add_library](linkBinary.png)<br><br>
3. build NDIWrapper for Any iOS Device ( make sure libNDIWrapper.a is made)
3. build NDIWrapper for Any iOS Device ( make sure **libNDIWrapper.a** is made)

2. build and run HandTrackingApp
1. locate *libNDIWrapper.a* in HandTrackingApp/HandTrackingApp/frameworks
Expand Down

0 comments on commit 9902dac

Please sign in to comment.