linux-x64
tar xavf cmusee-linux-x64-3.1.2.tar.xz # extract
cd cmusee-linux-x64
echo -e "export PATH=\$PATH:$(pwd)/bin" >> ~/.bashrc # add bin directory to PATH variable
source ~/.bashrc # apply PATH variable changes
code --install-extension cmusee-vscode-3.1.2.vsix # install vscode extension (optional)
linux-arm64
tar xavf cmusee-linux-arm64-3.1.2.tar.xz # extract
cd cmusee-linux-arm64
echo -e "export PATH=\$PATH:$(pwd)/bin" >> ~/.bashrc # add bin directory to PATH variable
source ~/.bashrc # apply PATH variable changes
code --install-extension cmusee-vscode-3.1.2.vsix # install vscode extension (optional)
Use docker image
docker pull registry.veefuse.com/cmusee/cmusee_demo:3.1.2 # support x64 and arm64
docker run -it -p 8890:8890 registry.veefuse.com/cmusee/cmusee_demo:3.1.2 /bin/bash
/root/run.sh # run inside the container