Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/bensuperpc/docker-tinycc
- Owner: bensuperpc
- License: mit
- Created: 2021-06-02T18:37:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T15:07:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T15:36:40.615Z (about 1 month ago)
- Topics: apline, c, compiler, docker, makefile, tinycc
- Language: Makefile
- Homepage: https://hub.docker.com/repository/docker/bensuperpc/tinycc
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)
# 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.htmlLicense
----MIT License
**Free Software forever !**