NPlot é uma biblioteca de gráficos que pode ser usada no GTK #. Transferi o seu tarball aqui.
O arquivo README contém isto:
The first version of NPlot-Gtk was made by Miguel de Icaza, and was a wrapper of NPlot 0.9.8.5.
Now the wrapper of version 0.9.9.2 has just an NPlot upgrade and a few hacks over the work of Miguel (Carlos)
------------------------
This version of NPlot has been extended to support Gtk# on Linux.
The version is based on NPlot 0.9.9.2
To build, type ‘make’
The Gtk# demo is in
lib/mf.exe
andlib/test.exe
Notice that you must include in your distirbution not only the
.dll
files, but also the.config
files.
Sou relativamente novo no uso de distribuições Linux. Eu não entendo a linha de "construir" em diante. Eu tentei adicionar o NPlot.dll
ao projeto que estou fazendo:
(A imagem acima é um olho mágico,
e links para a versão completa de si mesmo.)
mas continua jogando System.IO.FileNotFoundException
:
Could not load file or assembly 'NPlot, Version=0.9.9.2, Culture=neutral, PublicKeyToken=4eda430eb4395eb1' or one of its dependencies.
Como devo integrar corretamente o NPlot no MonoDevelop?
Editar 1: Eu já compilei o NPlot usando o comando make
. Mas ainda quando eu executo meu programa no MonoDevelop, o erro ainda está ocorrendo.
Tags gtk monodevelop linux ubuntu