Installation of an assembly to GAC both for mono/.NET
- by prosseek
As far as I know, for installation of an assmebly for .NET is as follows.
'gacutil /i nunit.framework.dll'
And for the mono, set the directory to MONO_PATH is doing the job.
Is this correct?