Install EOSIO Binaries

EOSIO install script

For ease of contract development, content can be installed at the /usr/local folder using the eosio_install.sh script within the eos/scripts folder. Adequate permission is required to install on system folders:

cd ~/eosio/eos
./scripts/eosio_install.sh

EOSIO manual install

In lieu of the eosio_install.sh script, you can install the EOSIO binaries directly by invoking make install within the eos/build folder. Again, adequate permission is required to install on system folders:

cd ~/eosio/eos/build
make install
What's Next?

Configure and use Nodeos, or optionally Test the EOSIO binaries.