Compiling MASQ Node
To compile MASQ Node from source on GitHub here is a basic guide for Ubuntu, using rustup to install rustc
System Update
$ sudo apt update
$ sudo apt upgrade
$ sudo reboot nowInstall Compilation Dependency
Development tools
$ sudo apt install curl git build-essentialRust
$ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | sh
When see "1) Proceed with installation (default)", press "ENTER" key to choose the default option.
$ source $HOME/.cargo/envCompile MASQNode CLI
Download MASQNode source code
Compile
Install MASQNode
Copy compiled binaries to /.local/bin
Last updated