https://github.com/oblerion/compilator
automatic build raylib project
https://github.com/oblerion/compilator
compiler fast-scan opensource raylib-c
Last synced: 2 months ago
JSON representation
automatic build raylib project
- Host: GitHub
- URL: https://github.com/oblerion/compilator
- Owner: oblerion
- License: mit
- Created: 2024-01-19T21:52:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:26:15.000Z (over 2 years ago)
- Last Synced: 2025-01-05T20:41:10.604Z (over 1 year ago)
- Topics: compiler, fast-scan, opensource, raylib-c
- Language: C
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Describle
Automatic compile simple raylib project,
config free/fast scan.
## Need
### on window
- [install mingw](https://sourceforge.net/projects/mingw)
- [install emscripten](https://gist.github.com/marcusbelcher/fc9b831bd9e6384799ed6505552ca44b)
### on linux
```sh
sudo apt install clang mingw-w64 emscripten
```
## Start
### Config dir
- linux : deb package install in /opt/compilator
- window : C://compilator
> it contains lib for build linux64/win32/win64/web
### Run
launch compilator / compilator.exe in project dir
#### on linux
```sh
compilator
```
```sh
compilator --target win32
```
```sh
compilator --target web
```
## Working log
### on ubuntu / clang
### on window / gcc / wingw
#### 0.3 linux
- [x] run with path project
- [x] deb archive
- [x] web build
- [x] full suport c++ sys lib
#### 0.3 windows
- [ ] testing