A Docker image for cross-compilation of Rust + GTK software (and anything else I decide to add).
forked from https://github.com/etrombly/rust-crosscompile
Max Bradbury a163c71a9b | ||
---|---|---|
Dockerfile | ||
README.md | ||
cargo.config | ||
package.sh | ||
peldd |
README.md
docker-rust-cross
forked from https://github.com/etrombly/rust-crosscompile
adds git (anything else?)
usage
docker pull synthruiner/rust-cross
cd /path/to/your/project
docker create -v (pwd):/home/rust/src --name YOURPROJECTNAME-build synthruiner/rust-cross
docker start YOURPROJECTNAME-build -ai