nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

Build instructions using Docker #21

Open joonas-fi opened 1 year ago

joonas-fi commented 1 year ago

To get a binary built in your current workdir:

$ docker run --rm -it -v "$(pwd):/workspace" rust:1.71.0-bookworm  # >= bookworm required to have gtk4 available in Ubuntu repos
$ git clone https://github.com/nik012003/ripdrag.git
$ cd ripdrag
$ apt update && apt install cargo libgtk-4-dev build-essential
$ cargo build
$ cp target/debug/ripdrag /workspace/