Skip to content

Build instructions using Docker #21

@joonas-fi

Description

@joonas-fi

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions