Re: [Mono-dev] Which mono libraries should be packed along with the mac app ?

2016-02-04 Thread Miguel de Icaza
>
>
> The mono class libraries are MIT licensed, so if you need to distribute
> those with your app, should be easy for you to comply. The mono runtime is
> GPL, so unless your app is GPL, you'll have a license conflict trying to
> distribute mono with your app legally.
>

LGPL, not GPL.

Miguel
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Which mono libraries should be packed along with the mac app ?

2016-02-04 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-
> boun...@lists.ximian.com] On Behalf Of Rajesh Khan
> 
> 1- The first issue is that in my code I am doing this at the start
> 
>  mono_set_dirs("/opt/mono/lib", "/opt/mono/etc");
> 
> 2- Which libraries should be packed along with my .app ?

I don't know what mono_set_dirs is, or why you would need to use it. If you've 
installed the MDK in the normal way, and you're building and running your app 
in the normal way, you shouldn't need to do anything.

The mono class libraries are MIT licensed, so if you need to distribute those 
with your app, should be easy for you to comply. The mono runtime is GPL, so 
unless your app is GPL, you'll have a license conflict trying to distribute 
mono with your app legally.

If you pay for Xamarin.Mac, you are licensed to bundle the mono runtime with 
your non-GPL app. In fact, when you build your app, Xamarin by default bundles 
it automatically for you into the .app.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Which mono libraries should be packed along with the mac app ?

2016-02-03 Thread Miguel de Icaza
You should package any libraries that are referenced by your applicaation,
and any that the libraries themselves reference.

monodis --assemblyref FOO.{exe,dll} would list that for you.

Miguel.

On Wed, Feb 3, 2016 at 4:07 PM, Rajesh Khan  wrote:

> I have two issues.
>
> 1- The first issue is that in my code I am doing this at the start
>
>  mono_set_dirs("/opt/mono/lib", "/opt/mono/etc");
>
>
> I am not sure if this is the correct approach as it wont be able to locate
> the libraries when the app is run from a .app. Any suggestions on what I
> could do to fix this ?
>
> 2- Which libraries should be packed along with my .app ?
>
>
> I am using OSX El-Capitan.
>
>
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Which mono libraries should be packed along with the mac app ?

2016-02-03 Thread Rajesh Khan
I have two issues.

1- The first issue is that in my code I am doing this at the start

 mono_set_dirs("/opt/mono/lib", "/opt/mono/etc");


I am not sure if this is the correct approach as it wont be able to locate
the libraries when the app is run from a .app. Any suggestions on what I
could do to fix this ?

2- Which libraries should be packed along with my .app ?


I am using OSX El-Capitan.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list