C# Installation Instructions
키보드에서 Win + R 키를 눌러 명령 프롬프트를 시작한 다음 cmd
을 입력하고 Enter 를 누르세요.
리포지토리를 복제할 위치로 이동한 후 다음 명령을 실행합니다.
git clone https://github.com/zivid/zivid-csharp-samples
Visual Studio에서 ZividNETSamples.sln을 열고 빌드하고 실행합니다. 이 작업을 수행하는 데 확신이 없으면 Build C# Samples using Visual Studio 을 확인하십시오.
Some of the samples depend on external libraries, in particular MathNet.Numerics
and System.ValueTuple
.
These libraries will be installed automatically through NuGet when building the sample.