weld icon indicating copy to clipboard operation
weld copied to clipboard

Installation to WELD_HOME doesn't work

Open eyalroz opened this issue 8 years ago • 4 comments

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...

eyalroz avatar Sep 11 '17 07:09 eyalroz

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 avatar Oct 13 '17 20:10 sppalkia

@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.

eyalroz avatar Feb 06 '18 22:02 eyalroz

Ah okay — will look into it.

sppalkia avatar Feb 07 '18 06:02 sppalkia

Confirming that stuff gets built with cargo build --release in target/release.

eyalroz avatar Feb 07 '18 10:02 eyalroz