How to use it?> #9565
Replies: 10 comments 1 reply
-
|
You can manually symlink relatively or hardlink Also publishing indivisual binaries are discussed #5691 . But it is difficult too since it is 100 MB+. |
Beta Was this translation helpful? Give feedback.
-
|
But i think for cargo install it its ok, to organize each binary to uutils/xx folder, and if users (like) want all coreutils in rust replace offcial one, just export cargo/bin/coreutils/ to bashrc. |
Beta Was this translation helpful? Give feedback.
-
|
No. |
Beta Was this translation helpful? Give feedback.
-
|
i mean, just using multiple binarys in Cargo.tml, and set path, why must using symlinks.... |
Beta Was this translation helpful? Give feedback.
-
|
#9563 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Please use |
Beta Was this translation helpful? Give feedback.
-
|
Hi, does it can just support by a feature or something, so that cargo install could also do it? I think cargo install is the fastest way to let users use it. |
Beta Was this translation helpful? Give feedback.
-
I think current make |
Beta Was this translation helpful? Give feedback.
-
Impossible with pure cargo's feature, I think. But if you accept long command, long build time and 100 MB+ binaries, you can |
Beta Was this translation helpful? Give feedback.
-
|
does 100MB binary means each command is a standalone binary |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed it, and it's a single
coreutilsbinary.......i have to cp for
coreutils cp???? this is insane, why need each simple command for a gaint big binary every single time..Beta Was this translation helpful? Give feedback.
All reactions