[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I distribute an application that is developed using Octave?
From: |
c. |
Subject: |
Re: How can I distribute an application that is developed using Octave? |
Date: |
Mon, 18 Mar 2013 11:51:24 +0100 |
On 18 Mar 2013, at 10:28, Jaya <address@hidden> wrote:
> all are m files. no compiled parts. contians png image files also.
>
Then you are free to distribute your code under whatever license you like,
but there is no way to oscure the source code so that other users cannot read
it.
If you want to provide users with a convenient way to install your program for
use in Octave,
you can arrange your functions and scripts in the form of a package using the
instructions given here:
http://octave.sourceforge.net/developers.html
in the section "package structure".
If you do so your users will be able to install you package with the command
pkg install <package_name>.tgz
If your package is free software and it is of general interest you can also
submit
it for inclusion in Octave-Forge.
c.