From f2e7c41eacc01726a3b7ec70e50f899d1bfaeb8c Mon Sep 17 00:00:00 2001 From: andrew morton Date: Sun, 22 Jan 2017 12:44:33 -0700 Subject: [PATCH] Clarify where the project should be placed Addresses some confusion from #18 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd2bb2c..f68ad72 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Based on [msdfgen](https://github.com/Chlumsky/msdfgen) by Viktor Chlumský. ## Building for Windows +1. Download or check out this repoistory into your `Cinder/blocks` directory 1. Build lib first in ```vc2013``` 1. Build samples in ```samples``` ## Building for OSX and iOS +1. Download or check out this repoistory into your `Cinder/blocks` directory 1. Build lib first in ```xcode``` 1. Build samples in ```samples```