2017-08-09 86 views

回答

0

它使用.NET SDK核心從https://www.microsoft.com/net/core#windowscmd工作對我來說:

> git clone [email protected]:oxyplot/oxyplot.git 
Cloning into 'oxyplot'... 
remote: Counting objects: 33625, done. 
remote: Total 33625 (delta 0), reused 0 (delta 0), pack-reused 33625 
Receiving objects: 100% (33625/33625), 32.16 MiB | 537.00 KiB/s, done. 
Resolving deltas: 100% (27252/27252), done. 
Checking connectivity... done. 
Checking out files: 100% (950/950), done. 

> cd oxyplot\Source\OxyPlot 

oxyplot\Source\OxyPlot> dotnet build 
Microsoft (R) Build Engine version 15.3.409.57025 for .NET Core 
Copyright (C) Microsoft Corporation. All rights reserved. 

    OxyPlot -> oxyplot\Source\OxyPlot\bin\Debug\netstandard1.0\OxyPlot.dll 

Build succeeded. 
    0 Warning(s) 
    0 Error(s) 

Time Elapsed 00:00:01.43 
+0

感謝。我有問題與積極的開發分支,沒有問題的最後版本的源代碼。 – Neelima

+0

儘管上面的摘錄是針對'master'分支的。 – fuglede