Install compilation dependencies
sudo apt-get install -y lld
Build move-language
cargo build
Install move-cli
By default, it installs the executable files into the bin
folder in the CARGO_HOME
directory (usually ~/.cargo/bin
)
cargo install --path language/tools/move-cli
Verify installation
move -h
This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.