Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 912 Bytes

BUILDING.md

File metadata and controls

50 lines (34 loc) · 912 Bytes

Building instructions

Prerequisites

More information is available in Tauri-Prerequisites

Additional targets for rust

  • wasm32-unknown-unknown

Installation using rustup

rustup target add wasm32-unknown-unknown

Development libraries

  • wegkit2gkt-devel curl wget file openssl gtk+3-devel libsvg-devel gcc pkg-config

Installation using package-manager

See also official tauri-instructions

xbps

sudo xbps-install -Syu
sudo xbps-install -S \
    webkit2gtk-devel \
    curl \
    wget \
    file \
    openssl \
    gtk+3-devel \
    librsvg-devel \
    gcc \
    pkg-config

Crates

  • trunk
  • tauri-cli

Those can be installed using cargo.

cargo install --locked trunk tauri-cli