How to compile OxyPlot?

Oystein Bjorke hace 10 años 0
This discussion was imported from CodePlex

goicox wrote at 2013-09-09 17:12:

Dear all,

Are there instructions on how to compile OxyPlot? I am trying to compile the source code using VS2010 professional, but I am getting problems opening .csproj files.

Thank you in advance, Javier

objo wrote at 2013-09-09 17:35:


goicox wrote at 2013-09-10 09:42:

Hello Objo,

Thank you for the pointer. I am able to open some projects now. Still there are some others that are not available, so I probably need to install additional libraries or packages.

Bellow is the list of project unavailable / incompatible:

OxyPlot.Metro
OxyPlot.MonoForAndroid
OxyPlot.OpenXml
OxyPlot.Pdf
OxyPlot.Pdf.Test
OxyPlot.Pdf.SL5
OxyPlot.Silverlight
OxyPlot.Tests
OxyPlot.WindowsForms
OxyPlot.Wpf
OxyPlot.Wpf.Test
OxyPlot.Xps
OxyPlot.MfA

Could you please point to the additional resources needed?

Thank you in advance, Javier

objo wrote at 2013-09-11 19:55:

Metro: you need VS2012/Win8
OxyPlot.MonoForAndroid: you need to install mono for android
Silverlight: you need Silverlight 4/5 SDK
.NET 4.5 projects: you need VS 2012

The others should work without any additional libraries.

Try OxyPlot.WindowsForms_NET40.sln or OxyPlot.WPF_NET40.sln, these should work on VS2010 (it is possible you need to modify the version number on the top of the sln files)