1 Installing and loading

The Windows toolkit must be installed and then loaded to be used.

It can be installed in GNU Octave directly from octave-forge, or can be installed in an off-line mode via a downloaded tarball.

The toolkit must be then be loaded once per each GNU Octave session in order to use its functionality.

1.1 Windows install

If running in Windows, the package may already be installed, to check run:

pkg list windows

Otherwise it can be installed by installing the requirements and then using the online or offline install method.

1.2 Online Direct install

With an internet connection available, the Windows package can be installed from octave-forge using the following command within GNU Octave:

pkg install -forge windows

The latest released version of the toolkit will be downloaded and installed.

1.3 Off-line install

With the Windows toolkit package already downloaded, and in the current directory when running GNU Octave, the package can be installed using the following command within GNU Octave:

pkg install windows-1.6.4.tar.gz

1.4 Loading

Regardless of the method of installing the Windows toolkit, in order to use its functions, the toolkit must be loaded using the pkg load command:

pkg load windows

The toolkit must be loaded on each GNU Octave session.