Skip to content

oblerion/compilator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Describle

Automatic compile simple raylib project, config free/fast scan.

Need

on window

on linux

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

compilator
compilator --target win32
compilator --target web 

Working log

on ubuntu / clang

on window / gcc / wingw

0.3 linux

  • run with path project
  • deb archive
  • web build
  • full suport c++ sys lib

0.3 windows

  • testing