2017-08-09 82 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