Skip to content

Installation

aqzp edited this page Jan 3, 2024 · 1 revision

Requirements

  • pip
  • python
  • pyinstaller (pip install pyinstaller)
  • git

Install

Run

git clone https://github.com/roblox-compilers/rcc # Locally install the source code
python3 rcc.py install rcc # Self compile

You should now have a rcc or rcc.exe executable. Move it to your bin /System32 or /usr/local/bin.


THATS IT!

Clone this wiki locally