Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Installing package

PIQP can be directly installed running the following command

pkg install "https://github.com/PREDICT-EPFL/piqp/releases/latest/download/piqp-octave.tar.gz"

Before using PIQP in Octave make sure to load it in your script with

pkg load piqp

Building and Installing from Source

  • Clone PIQP from Github
    git clone https://github.com/PREDICT-EPFL/piqp.git
    
  • Package PIQP in Octave by executing the following commands
    cd interfaces/octave
    package_piqp
    

    This will download all dependencies and package the Octave interface into a piqp-octave.tar.gz file. You can then install the package with

    pkg install piqp-octave.tar.gz