Back to Eos

03 Install Eosio Binaries

docs/00_install/01_build-from-source/01_shell-scripts/03_install-eosio-binaries.md

2.1.0730 B
Original Source

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:

sh
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:

sh
cd ~/eosio/eos/build
make install

[[info | What's Next?]] | Configure and use Nodeos, or optionally Test the EOSIO binaries.