Hello TCC Community,
I would like to share a project I've recently completed aimed at making the 
Tiny C Compiler (TCC) more accessible across multiple platforms.
It is a Python wheel package that automates the process of downloading the 
latest mob branch of TCC and packaging it for easy distribution.
It can be installed by pip and works on windows-x64, linux-x64, macos-arm64, 
and macos-x64 out of the box.
To get started, simply run:
pip install tccbox

Then, you can invoke the TCC executable with:
python -m tccbox

The repository is hosted on GitHub at https://github.com/metab0t/tccbox
Best regards.
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to