summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-24 22:53:01 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-24 22:53:01 +0200
commit605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe (patch)
treeebe76db9117a7f64f7e958fb264c05f45825d4c6 /README.md
parentshit (diff)
downloaddiscord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar.gz
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar.bz2
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar.lz
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar.xz
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.tar.zst
discord.c-605cb0ca371517c7a5cff79b4ef2dfdfe22ab4fe.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48ab1f6..8721154 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ make
#### building requirements
* a POSIX build system - app is cross platform and should also be able to be compiled for all major OSes
-* a C compiler, `gcc` 10 (faster) and `clang` (better warnings) tested working
+* a C compiler, `tcc` (fast), `gcc` (10), and `clang` (better warnings) tested working
* `make`, with support for `.NOTPARALLEL:` or without executing in parallel, GNU `make` tested working
* `libwebsockets-dev` for http and ws client and json parser
* GTK+, `libgtk-3-dev` tested working