Skip to content
Gabor Szarnyas edited this page Jan 5, 2022 · 2 revisions

mkoctfile is missing

  • Problem:

    > mkoctfile 
    error: mkoctfile: unable to find the mkoctfile command, Octave installation is incomplete
  • Solution: install the Octave developer package:

    sudo dnf install -y octave-devel

Compiling Octave 7/8

Follow the instructions of the official build guide.

On Fedora, the following dependencies are required:

sudo dnf install -y gperf librsvg2-tools icoutils
Clone this wiki locally