Bash script to install the tools
To install all the needed tools and the PDK, use one of the following options:
Via wget
bash -c "$(wget https://raw.githubusercontent.com/Saacman/tae/scripts/tools/installer.sh -O -)"
Via curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Saacman/tae/scripts/tools/installer.sh)"
Please be patient after the message make[3]: Leaving directory '/home/user/open_pdks/sky130'
appears. The process is not forzen but it may take a few minutes.