Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cherniaky/tccurl
Adds ability to #include over https in tcc compiler
https://github.com/cherniaky/tccurl
compiler
Last synced: 2 months ago
JSON representation
Adds ability to #include over https in tcc compiler
- Host: GitHub
- URL: https://github.com/cherniaky/tccurl
- Owner: cherniaky
- Created: 2023-10-11T10:57:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T08:00:28.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:40:51.293Z (5 months ago)
- Topics: compiler
- Language: C
- Homepage:
- Size: 1.6 MB
- Stars: 58
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)