Skip to content

Installation for Linux Mint 21.1

Stéphane Gagnon edited this page Feb 25, 2024 · 1 revision

Dependencies

  • Python 3.10
  • apt-get install git
  • apt-get install g++
  • apt-get install python3.10-venv
  • apt-get install libglib2.0-dev
  • apt-get install libboost-dev
  • apt-get install libboost-python-dev
  • For the ALSA Backend
    • apt install libasound2-dev
  • For the JACK Backend
    • apt install libjack-jackd2-dev
  • apt-get install liblo for OSC and you will need the pyliblo community version, not the 0.10 version on pip

Do the installation in a Python Virtual Environment

  • Create and activate a virtual environment
    • python3 -m venv venv
    • . venv/bin/activate
  • In the mididings directory
    • pip install wheel
    • pip install .

Mididings information

Clone this wiki locally