Category:Packages: Difference between revisions

→‎About Octave packages: Describe the current situation how to publish a package.
(Update link.)
(→‎About Octave packages: Describe the current situation how to publish a package.)
Line 17: Line 17:
# <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code>
# <code>pkg install https://github.com/gnu-octave/pkg-example/archive/1.0.0.tar.gz</code>


If your packages meets [https://octave.sourceforge.io/developers.php additional criteria] and is added to the Octave Forge index, you can furthermore install it with the <code>-forge</code> flag, for example:
If you created an own package, it can be added to the [https://github.com/gnu-octave/packages/blob/master/CONTRIBUTING.md Octave Package] index.
 
Existing packages of the Octave Forge index can be installed with the <code>-forge</code> flag, for example:


* <code>pkg install -forge image</code>
* <code>pkg install -forge image</code>
The Octave Forge index is a legacy project and does not accept new packages.


== Free and open-source ==
== Free and open-source ==