Installing the TUI and TUI/CLI worked as expected. But this shows after running cargo install typeman:
error: could not compile `typeman` (bin "typeman") due to 1 previous error
error: failed to compile `typeman v1.0.1`, intermediate artifacts can be found at `/tmp/cargo-installKzoRgs`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
It also says
error: linking with `cc` failed: exit status: 1
I did export CARGO_TARGET_DIR="/tmp/cargo-installKzoRgs" but it did change the output.
Installing the TUI and TUI/CLI worked as expected. But this shows after running
cargo install typeman:It also says
I did
export CARGO_TARGET_DIR="/tmp/cargo-installKzoRgs"but it did change the output.