CherniakYura / tccurl

implement include header files over https

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tccurl

Add ability to include over https in tcc compiler.

alt text

Installation

Start by ensuring you have docker installed.
Then do:

$ docker-compose up -d 
$ docker-compose exec tccurl bash

Inside the container run build.sh, it will compile the compiler and install it, and compile main.c
Then run:

./main img.png gray.png

This will run C program compiled with updated tcc source code
Was done while watching Tsoding programming stream

About

implement include header files over https


Languages

Language:C 96.9%Language:C++ 1.2%Language:Makefile 0.8%Language:Assembly 0.6%Language:Perl 0.3%Language:Batchfile 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%