Installation to WELD_HOME doesn't work
README.md suggests we should:
export WELD_HOME=/some/where
cargo build --release
that doesn't actually install anything... if we then also
cargo install
still nothing gets installed to $WELD_HOME (it's not even created) but certain things do get installed to $HOME/.cargo/.
That's not right...
Hi @eyalroz, WELD_HOME is no longer necessary. Go to the top-level weld repo and just run cargo build --release, and you should get the libraries in target/release/. Can you confirm this works?
@sppalkia : Please reopen this, since - if what you say is true (which I assume it is) - then README.md is incorrect and should be updated.
Ah okay — will look into it.
Confirming that stuff gets built with cargo build --release in target/release.