In the README.html Octave 4.0.0 folder, you can find the following snippet: Included Octave Forge Packages A number of Octave-Forge packages have been included with Octave, however they must be installed in order to use them. To install: β’ Start Octave and then open the build_packages.m file found in the src folder where Octave was installed. β’ Run the script build_packages.m to build and install the packages. Installation is a one-time procedure. After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command. Other packages are available from Octave-Forge. Included Octave Forge Packages A number of Octave-Forge packages have been included with Octave, however they must be installed in order to use them. To install: β’ Start Octave and then open the build_packages.m file found in the src folder where Octave was installed. β’ Run the script build_packages.m to build and install the packages. Installation is a one-time procedure. After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command. Other packages are available from Octave-Forge. What you need to do for other packages that are not included in Octave is: download the package from http://octave.sourceforge.net/packages.php . Then put the package in the src folder and change build_packages.m accordingly before executing it.
source share