我想创建一个 deb 包氧化,这是一个 Rust 应用程序。
可以使用货物在当地建造。
git clone https://github.com/shssoichiro/oxipng.git
cd oxipng
cargo build --release
cp target/release/oxipng /usr/local/bin
如何使用 cargo 生成 debian 包?
我想创建一个 deb 包氧化,这是一个 Rust 应用程序。
可以使用货物在当地建造。
git clone https://github.com/shssoichiro/oxipng.git
cd oxipng
cargo build --release
cp target/release/oxipng /usr/local/bin
如何使用 cargo 生成 debian 包?