Prepare your development environment
Stackr-CLI
cargo
package manager. We can also use cargo to install stackr-cli
.
/usr/local/bin
. Open a new terminal tab or source your shell to make sure the command runs.
curl
the appropriate URL.
This is the recommended approach. However, if it does not work, please build Javy from source.
sudo apt-get install curl pkg-config libssl-dev clang
wasm32-wasi
, can be installed via rustup target add wasm32-wasi
cmake
, depending on your operating system and architecture, it might not be installed by default. On MacOS it can be installed with homebrew via brew install cmake
. - On Ubuntu, sudo apt-get install cmake
.softwareupdate --install-rosetta
javy
cli globally: