Info
Version: | 2017.9.1-alpha1 |
Author(s): | [email protected] |
Last Update: | Wednesday, August 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://rdkit.org/ |
NuGet Url: | https://www.nuget.org/packages/RDKit2DotNet |
Install
Install-Package RDKit2DotNet
dotnet add package RDKit2DotNet
paket add RDKit2DotNet
RDKit2DotNet Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Note: Supports AnyCPU (x86 and x64).
To initialize ( in order to find the dlls ):
using GraphMolWrap;
...
RDKit.Initialize();.