Closed
Description
The following procedure should work:
cd build/rust
make uninstall
cd ../../src/rust
git pull
cd ../../build/rust
make
make install
However, in some cases this procedure does not work because stale libraries from older builds aren't removed, and an error arises stating that there are multiple possible builds.
Metadata
Metadata
Assignees
Labels
No labels