Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bensuperpc/docker-tinycc

tinycc in docker !
https://github.com/bensuperpc/docker-tinycc

apline c compiler docker makefile tinycc

Last synced: 21 days ago
JSON representation

tinycc in docker !

Awesome Lists containing this project

README

        

# docker-tinycc

### _tinycc compiler in docker_
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-jeffs-keyboard.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)

[![docker-tinycc](https://github.com/Bensuperpc/docker-tinycc/actions/workflows/main.yml/badge.svg)](https://github.com/Bensuperpc/docker-tinycc/actions/workflows/main.yml) Docker Image Size (latest by date) Docker Cloud Build Status MicroBadger Layers (tag)

# New Features !

- Add ARMv8 arch

#### Install
You need Linux distribution like Ubuntu or Manjaoro

```sh
git clone https://github.com/Bensuperpc/docker-tinycc.git
```
#### Build
```sh
cd docker-tinycc && make linux/amd64
```
#### Usage

```sh
./tinycc.sh tcc hello.c
```

### Todos

- Write Tests
- Continue dev. :D

### More info :
- https://github.com/TinyCC/tinycc
- https://hub.docker.com/repository/docker/bensuperpc/tinycc
- https://bellard.org/tcc/
- http://www.etalabs.net/compare_libcs.html

License
----

MIT License

**Free Software forever !**