Closed Dinhero21 closed 7 months ago
Hi @Dinhero21 thanks for the report.
I am sorry I missed that, it was an oversight because I was mostly using arch at the time and the requirement is on their pkgbuild. I will update the reference for tcc, for now.
I will leave this open because of 2 things:
The last update only relies on bash script, so there is no need of gcc or tcc.
It seems there has been a typo in the Makefile file.
When I run
make
, there is an attempt to calltcc
which might be Tiny C Compiler but I find that unlikely since it wasn't declared as a reference.Changing it to
gcc
makes the program build successfully.I was going to make a PR but I just want to be sure this is indeed a typo and not intentional.