Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cherniaky/tccurl

Adds ability to #include over https in tcc compiler
https://github.com/cherniaky/tccurl

compiler

Last synced: about 2 months ago
JSON representation

Adds ability to #include over https in tcc compiler

Awesome Lists containing this project

README

        

# tccurl
Add ability to include over https in tcc compiler.




![alt text](tccurl-example.jpg)

## 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](https://www.youtube.com/watch?v=4vSyqK3SK-0)