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

Talk:CSharp Wrapper: Difference between revisions

From OpenKinect
Jump to navigationJump to search
(Created page with "Step 2 of the [http://openkinect.org/wiki/CSharp_Wrapper#General_Overview| General Overview] says: Copy libfreenect.so (linux) or libfreenect.dll (windows) to {Libfreenect ...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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''
 
 
 
*'''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 11: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."'