Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Talk:Getting Started Windows: Difference between revisions

From OpenKinect
Jump to navigationJump to search
(Created page with "I'm a noob at building all of this on Windows, and I'm struggling with this (but willing to help improve it with help from experts). So stepping through this, I'd like to clarif...")
 
No edit summary
Line 4: Line 4:


With Step 2, the folder structure I get from github.com/OpenKinect/libfreenect is:
With Step 2, the folder structure I get from github.com/OpenKinect/libfreenect is:
--bin
*bin
--cmake_modules
*cmake_modules
--doc
*doc
--examples
*examples
--fakenect
*fakenect
--include
*include
--platform
*platform
--src
*src
--udev
*udev
--wrappers
*wrappers
--(some files: .gitignore, CMakeLists etc.)
*(some files: .gitignore, CMakeLists etc.)


The comment after step 2 says "You will get three folders, namely c:, csharp, platform"
The comment after step 2 says "You will get three folders, namely c:, csharp, platform"


But, I'm getting the folders above.  Am I downloading the wrong thing, or are the instructions out of date?
But, I'm getting the folders above.  Am I downloading the wrong thing, or are the instructions out of date?

Revision as of 15:28, 5 December 2010

I'm a noob at building all of this on Windows, and I'm struggling with this (but willing to help improve it with help from experts). So stepping through this, I'd like to clarify step 2.

(Notes: Let's assume we're using MinGW when that comes into play.)

With Step 2, the folder structure I get from github.com/OpenKinect/libfreenect is:

  • bin
  • cmake_modules
  • doc
  • examples
  • fakenect
  • include
  • platform
  • src
  • udev
  • wrappers
  • (some files: .gitignore, CMakeLists etc.)

The comment after step 2 says "You will get three folders, namely c:, csharp, platform"

But, I'm getting the folders above. Am I downloading the wrong thing, or are the instructions out of date?