Closed
Description
Hi,
the readme says:
If, however, you have neither rustc nor cargo previously installed you can run:
python -B src/etc/install-deps.py ./configure --local-rust-root="$PWD"/rustc make make install
This seems to be outdated.
The src/etc/install-deps.py
doesn't seem to exist anymore.
Also, running configure
says:
configure: CFG_CARGO :=
configure: error: needed, but unable to find any of: CFG_CARGO cargo
I'm wondering now how does one compile cargo on a system without cargo.
Thanks!