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

Difference between revisions of "Talk:CSharp Wrapper"

From OpenKinect
Jump to: navigation, search
 
Line 3: Line 3:
 
     Copy libfreenect.so (linux) or libfreenect.dll (windows) to {Libfreenect Directory}/wrappers/csharp/bin  
 
     Copy libfreenect.so (linux) or libfreenect.dll (windows) to {Libfreenect Directory}/wrappers/csharp/bin  
 
      
 
      
Where might this file be found initially?   
+
*'''Where might this file be found initially?  '''
  
 
::''On a linux system:  /usr/lib/frrenect.so''
 
::''On a linux system:  /usr/lib/frrenect.so''
 +
 +
 +
 +
*'''Where is {libfreenect directory}? Do we just create it?'''
 +
 +
 +
 +
 +
 +
 +
 +
* '''This step is very unclear to me. What does "use the solutions in VS" mean? Could someone please expand and explain this guide?'''
 +
::''"Browse to {Libfreenect Directory}/wrappers/csharp/src/lib/ and then use the solutions in either VS2008 or VS2010 depending on your version of MonoDevelop."'

Latest revision as of 13:16, 12 March 2012

Step 2 of the General Overview says:

   Copy libfreenect.so (linux) or libfreenect.dll (windows) to {Libfreenect Directory}/wrappers/csharp/bin 
   
  • Where might this file be found initially?
On a linux system: /usr/lib/frrenect.so


  • Where is {libfreenect directory}? Do we just create it?




  • This step is very unclear to me. What does "use the solutions in VS" mean? Could someone please expand and explain this guide?
"Browse to {Libfreenect Directory}/wrappers/csharp/src/lib/ and then use the solutions in either VS2008 or VS2010 depending on your version of MonoDevelop."'