tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Announcing TCCBox: A pip-installable TCC Distribution Pac


From: address@hidden
Subject: [Tinycc-devel] Announcing TCCBox: A pip-installable TCC Distribution Package for Multiple Platforms
Date: Wed, 6 Mar 2024 23:01:28 +0800

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]