First, install the required dependencies using apt:
sudo apt update
sudo apt install clang curl git make build-essentialNext, install Homebrew for Linux:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"To add Homebrew to your PATH:
test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profileTo install the Tezos Client and lorentz-contract-param:
brew tap TQTezos/homebrew-tq https://gitlab.com/TQTezos/homebrew-tq.git
brew install tezos
brew install lorentz-contract-param
For nokogiri: