Rust試行錯誤
RUSTのパッケージ管理ツール
cargoを使う。
# cargo install tokei
RUST一式のインストール
自前でビルドするとき。
# yum install -y gcc
# curl https://sh.rustup.rs -sSf | sh
# source $HOME/.cargo/env
# rustc --version
シングルバイナリ化させる
muslを使えばOK。
URL:https://github.com/emk/rust-musl-builder
tokeiをビルドするときはこんな感じ。
# git clone https://github.com/XAMPPRocky/tokei.git tokei
# cd tokei/
# alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder'
# rust-musl-builder cargo build --release
参考URL
Author And Source
この問題について(Rust試行錯誤), 我々は、より多くの情報をここで見つけました https://qiita.com/NonNonNon/items/93a076d99c98474a604c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .