Browse Source

Docs: mention platform-specific dependencies in docs and readme.

pull/248/head
Christoph Ruegg 12 years ago
parent
commit
aee05e740a
  1. 6
      README.md
  2. 6
      docs/content/index.fsx

6
README.md

@ -48,6 +48,12 @@ Supported Platforms:
- PCL Portable Profiles 47 and 344: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1.
- Xamarin: Android, iOS
Dependencies:
- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC)
- PCL Profile 344: None
- .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary)
Building Math.NET Numerics
--------------------------

6
docs/content/index.fsx

@ -32,6 +32,12 @@ Alternatively you can also download the binaries in Zip packages, available on [
- Binaries - core package and F# extensions, including .Net 4, .Net 3.5 and portable/PCL builds.
- Signed Binaries - strong-named version of the core package *(not recommended)*.
Dependencies:
- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC)
- PCL Profile 344: None
- .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary)
Using Math.NET Numerics with C#
-------------------------------

Loading…
Cancel
Save