-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install TD-Shim #554
Comments
hello, do you mean installing the td-shim binary? I don't think we support it now. The For the errors of For the error of
|
I think that
I see.
But why? Why would TD-Shim require two Rust toolchains (one stable, one nightly)? How does it even work? |
The nightly is for crates like |
I still don't get it. What is the use of tools ( |
I am able to run things like
cargo image -t executable -p <my payload> --release
in the latest TD-Shim, from the TD-Shim directory.But how am I supposed to install TD-Shim on my system (say, Ubuntu 22.04) and be able to invoke the same command (or a similar command) from any directory?
I see that there is
make install
target in the Makefile, but I don't know how to properly run the Makefile... Whatever I try, I get errors:Does TD-Shim support installation currently? If yes, what are the instructions?
The text was updated successfully, but these errors were encountered: