문제

I have already built up the environment using Linn's build instructions for mac and as the part of that I have installed Xamarin Studio 4.0.13.

I have already got the source codes but how do I compile from Xamarin?

Thanks in advance

도움이 되었습니까?

해결책

There are Visual Studio solutions that can be opened in Xamarin Studio in the directories Vs2010 and Vs2008. Vs2010 contains the Windows, Mac OS X and Linux solutions and Vs2008 contains the iOS solutions.

I am assuming that you want to compile Kinsky for Mac OS X, in which case the solution file you want is KinskyDesktopMonobjc.sln.

You will need to build using scons at least once, to ensure all the auto generated source files are created, before you will be able to compile Kinsky from Xamarin Studio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top