From dc9ff7cab212376d767c9a1ceb28282d2d73942d Mon Sep 17 00:00:00 2001 From: CC Date: Fri, 1 Jul 2022 12:10:36 -0600 Subject: [PATCH] README: add TCC acknowledgement (#14910) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e2d0394d24..bdb35f5b35 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,10 @@ https://github.com/vlang/vinix +## Acknowledgement + +V thanks Fabrice Bellard for his original work on the [TCC - Tiny C Compiler](https://bellard.org/tcc/). Note the TCC website is old; the current TCC repository can be found [here](https://repo.or.cz/w/tinycc.git). V utilizes pre-built TCC binaries located at [https://github.com/vlang/tccbin/](https://github.com/vlang/tccbin/). + ## Troubleshooting Please see the [Troubleshooting](https://github.com/vlang/v/wiki/Troubleshooting) section on our [wiki page](https://github.com/vlang/v/wiki)