microsoft / RoomAliveToolkit

Other
715 stars 191 forks source link

Beginner Question: I can't find any of the .exe files? #6

Open CedYF opened 9 years ago

CedYF commented 9 years ago

This is my first time really building something on Github. How do I build this repository to create the .exe files.

When I download the repository I don't see any .exe files.

chijuiwu commented 9 years ago

Open the project in visual studio and click Build -> Rebuild. If all is built successfully you will see the KinectServer.exe file in the path "\ProCamCalibration\KinectServer\bin\Debug" and similarly for other .exe files.

CedYF commented 9 years ago

Thank you! Would you know how I can test out the mapping samples? Clicking on the .exe does not work.

chijuiwu commented 9 years ago

I am still trying to get it to run. Try to follow the instructions in README.md

CedYF commented 9 years ago

Yea I wasn’t too sure how too sure how to pass the xml as an argument. Do I open command prompt and put both file names in there?

From: Chi-Jui Wu [mailto:notifications@github.com] Sent: Friday, June 5, 2015 7:52 PM To: Kinect/RoomAliveToolkit Cc: Cedric Yarish Ferland Subject: Re: [RoomAliveToolkit] Beginner Question: I can't find any of the .exe files? (#6)

I am still trying to get it to run. Try to follow the instructions in README.md

— Reply to this email directly or view it on GitHub https://github.com/Kinect/RoomAliveToolkit/issues/6#issuecomment-109485402 .

mynameiscorey commented 8 years ago

If, like me, building this project is your first foray into visual studio and NuGet and you see errors like this:

Error This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\SharpDX.2.6.3\build\SharpDX.targets.

Try adding http://www.nuget.org/api/v2/ as a source in your NuGet package manager settings source list. I was unable to build due to NuGet failing to find the SharpDX.2.6.3 package at all in the NuGet api v3 source that is configured by default in visual studio 2015.

thundercarrot commented 8 years ago

Interesting. I just pulled down a fresh .zip file and didn't see this behavior.