# System Requirements
    Operating Systems
        Debian 12-13
        Ubuntu 22-26

    CPU
        64-bit x86

    Packages
        required:
            libxcb-cursor0

        recommended:
            pipewire



# Installation
    # 1) Install libxcb-cursor0

        # Ubuntu only
            sudo add-apt-repository universe # enable universe repository
            sudo apt update # update package cache

        # Ubuntu and Debian
            sudo apt install libxcb-cursor0 # install dependency


    # 2) Run the setup utility.

        # This should be run in a terminal as a regular user. It will unpack the
        # plugin and add it to the folder $HOME/.vst3.

            ~/Downloads/Honest_Overdrive_Linux_1.1.6/Honest_Overdrive_Setup_1.1.6


# Uninstall
    Delete the plugin's folder. For example:
        rm -r $HOME/.vst3/Honest_Overdrive_1_1.vst3


# All Dependencies
    # This plugin depends on the libraries listed below. If using on another
    # Linux distribution and the plugin isn't working, it could be because one or
    # more of the below libraries couldn't be found.

        libxcb.so.1
        libxcb-util.so.1
        libxcb-cursor.so.0
        libxcb-xkb.so.1
        libxkbcommon.so.0
        libxkbcommon-x11.so.0
        libglib-2.0.so.0
        libcairo.so.2
        libpangocairo-1.0.so.0
        libpangoft2-1.0.so.0
        libpango-1.0.so.0
        libfontconfig.so.1
        libgobject-2.0.so.0
        libexpat.so.1
        libstdc++.so.6
        libm.so.6
        libgcc_s.so.1
        libc.so.6
