Hi, See inline.
On Sun, Oct 7, 2012 at 9:28 AM, Kervin L. Pierre <[email protected]> wrote: > Hello, > > Where can I get Mono.Options.dll? > > http://docs.go-mono.com/?link=N%3aMono.Options > > It doesn't seem to exist with the Mono dlls. > > pkg-config --variable=Sources mono-options > > ...returns an empty string. > > How do I get this library? I've had similar issues trying to find a precompiled library in Mono with no luck. I tend to just grab the source file from Mono's source repo directly and compile it within my project (as long as my project is written in C#). You can also compile the file in it's own dll if if helps you achieve your goal. The file can be located here: https://github.com/mono/mono/tree/master/mcs/class/Mono.Options/Mono.Options FYI - There is also the command line parser library if you want something precompiled. Your probably set on Mono.Options but I wanted to just point this out just in case. http://commandline.codeplex.com/ Hope this helps, Thanks, Ryan > > Thanks, > Kervin > > Business Web Development > http://adevsoft.com/ > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
