Installing the compiler
The basic guide to installing CaffeineC on your system
Automatic installation script
Linux / MacOS /Android (Termux)
curl https://raw.githubusercontent.com/vyPal/CaffeineC/master/install.bash | bashWindows
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/vyPal/CaffeineC/master/install.ps1'))Manual installation
MacOS
Linux
Android (Termux
Windows
Last updated