/eqtools

Primary LanguageRust

EQTools

Dependencies

Enigo

Debian

apt-get install libxdo-dev

Arch

pacman -S xdotool

Tauri

Debian

sudo apt update && \
sudo apt install libwebkit2gtk-4.0-dev \
    build-essential \
    curl \
    wget \
    file \
    libssl-dev \
    libgtk-3-dev \
    libayatana-appindicator3-dev \
    librsvg2-dev -y

Arch

sudo pacman -Syu && \
sudo pacman -S --needed \
    webkit2gtk \
    base-devel \
    curl \
    wget \
    file \
    openssl \
    appmenu-gtk-module \
    gtk3 \
    libappindicator-gtk3 \
    librsvg \
    libvips -y

References