Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions using Docker #21

Open
joonas-fi opened this issue Jul 27, 2023 · 0 comments
Open

Build instructions using Docker #21

joonas-fi opened this issue Jul 27, 2023 · 0 comments

Comments

@joonas-fi
Copy link

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants