Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Aug 13, 2013
1 parent 70feda2 commit ebb9075
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ First, make sure you've followed to "Add files to MinGW guide" in the [CodeBlock
Running the Example Project
---------------------------

An exmaple project is provided in the `kinectExample` folder. As of OF 0.8.0, ofxKinect no longer ships with the platform poject files. Simply use the OpenFrameworks ProjectGenerator in `apps/projectGenerator` to generate the Xcode, VS2012, CodeBlocks projects and/or Makefiles by pointing it to the `kinectExample` folder and making sure to include the following addons:
An example project is provided in the `kinectExample` folder. As of OF 0.8.0, ofxKinect no longer ships with the platform project files. Simply use the OpenFrameworks ProjectGenerator in `apps/projectGenerator` to generate the Xcode, VS2012, CodeBlocks projects and/or Makefiles by pointing it to the `kinectExample` folder and making sure to include the following addons:

* ofxKinect (duh)
* ofxOpenCv (for blob tracking in the example, not required by ofxKinect itself.)
Expand Down Expand Up @@ -127,7 +127,7 @@ How to Create a New ofxKinect Project

To develop your own project based on ofxKinect, simply copy the example project and rename it. You probably want to put it in your apps folder, for example, after copying:

`openFrameworks/addons/ofxKinect/kinectExample/ => openFrameworks/apps/myApps/example/`
`openFrameworks/addons/ofxKinect/kinectExample/ => openFrameworks/apps/myApps/kinectExample/`

Then after renaming:

Expand All @@ -143,7 +143,7 @@ Close Codeblocks and rename the *.cbp and *.workspace files to the same name as

### Windows (Visual Studio):

Close Visual Studio and rename the *.sln file. Open the solution, right click on the project in the project broswer and select "Rename ...".
Close Visual Studio and rename the *.sln file. Open the solution, right click on the project in the project browser and select "Rename ...".

Adding ofxKinect to an Existing Project
---------------------------------------
Expand All @@ -154,7 +154,7 @@ openFrameworks/addons/ofxKinect/src
</pre>
as well as search paths for the addons (ofxOpenCv) and libs (freenect, libusb) required by ofxKinect.

Don't forget to include the ofxOpenCv addon sources and oepncv libraries.
Don't forget to include the ofxOpenCv addon sources and opencv libraries.

### Mac (Xcode):

Expand Down Expand Up @@ -212,7 +212,7 @@ Edit the Makefile config files:
* right-click on your project in the project tree
* select "Build options..."
* make sure the project name is selected in the tree (not release or debug)
* select the "Search diectories" tab, click add the search paths:
* select the "Search directories" tab, click add the search paths:
<pre>
..\\..\\..\addons\ofxKinect\src
..\\..\\..\addons\ofxKinect\libs\libfreenect\src
Expand Down Expand Up @@ -248,5 +248,4 @@ Developing ofxKinect

Feel free to log bug reports and issues to the ofxKinect Github page: https://github.com/ofTheo/ofxKinect/issues

If you wish to help in ofxKinect dvelopment, please refer to the wiki: https://github.com/ofTheo/ofxKinect/wiki/Developing-ofxKinect

If you wish to help in ofxKinect development, please refer to the wiki: https://github.com/ofTheo/ofxKinect/wiki/Developing-ofxKinect

0 comments on commit ebb9075

Please sign in to comment.