# Toolchain setup on Debian
## Overview
## Steps
Get the toolchain:
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
Get the dependencies:
sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf flex bison texinfo gawk ncurses-dev libexpat-dev python sed git libtool-bin
Compile:
make STANDALONE=n
And then… wait. It takes a while but finally completes !
## Resources