hyclone
hyclone copied to clipboard
Readme
Please adding following steps between sudo and cd hyclone
my proposal sudo apt install -y git nasm bc autoconf automake texinfo flex bison gawk build-essential unzip wget zip less zlib1g-dev libzstd-dev xorriso libtool python3
mkdir hyclone download package from here and unzip it into directory hyclone. (unpack command via terminal will be nice
cd hyclone ./copy_objects.sh
Like most projects, the build instructions for hyclone
assume that a copy of the source code is already available after a git clone
.
The addition of a download step like in your suggestion is therefore not needed.