https://github.com/bensuperpc/docker-tinycc
tinycc in docker !
https://github.com/bensuperpc/docker-tinycc
apline c compiler docker makefile tinycc
Last synced: 9 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T15:07:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T02:11:09.268Z (11 months 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_
[](https://forthebadge.com) [](https://forthebadge.com) [](https://forthebadge.com)
[](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.html
License
----
MIT License
**Free Software forever !**