How to Install tcc on Mac
What is “tcc” Package?
Tiny C compiler
For more details: http://bellard.org/tcc/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install tcc.
brew install tcc
Now, use tcc!