- 659 名前:デフォルトの名無しさん mailto:sage [2017/08/23(水) 07:54:23.48 ID:4QoHymGs.net]
- https://www.rust-lang.org/ja-JP/other-installers.html にインストーラーあるだろ。
あるいはレポジトリからソース落として ./configure; make; sudo make install で終わらんか? 依存ライブラリは、Cargo.toml で [dependencies] foo = { git = "https://github.com/hoge/foo.git" } の代わりに、https://github.com/hoge/foo をクローンして来て、 [dependencies.foo] path = "../foo" こんな感じでパスを与えれば良い。
|

|