Installation follows the typical configure/make process (standard development tools such as gcc, make, and Python must be installed in order to build):
```bash
$ autoreconf
$ ./configure
$ make
$ sudo make install
```
Many features will work out of the box without any additional dependencies. However, to take advantage of binwalk's more advanced capabilities, multiple supporting utilities/packages need to be installed (see the Dependencies section below).