Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRublev committed Aug 12, 2014
1 parent 382fb02 commit 832d2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ git subtree add --prefix=Requirements/CPAnimationSequence --squash https://githu
git subtree add --prefix=Requirements/VRAnimationTools --squash https://github.com/IvanRublev/VRAnimationTools.git master
```

- Drag & drop `VRUIKitTools.xcodeproj` in to your poject.
- Drag & drop `VRAnimationTools` folder in to your poject.
- Add `-ObjC` to Other Linker Flags in project's Build Settings. And add `"./Requirements/**"` to Header Search Paths.
- Add VRUIKitTools target to Target Dependencies in Build phases of your project's target.
- Link to libVRUIKitTools.a in General tab of your project's target.
- Add `#import "VRUIKitTools.h"` to YourProject-Prefix.pch.
- Add `#import "VRAnimationTools.h"` to YourProject-Prefix.pch.

Now it's ready to use!

0 comments on commit 832d2aa

Please sign in to comment.