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

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

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