Installation
This guide explains how to install sucata on Windows, macOS, and Linux, or build it from source.
📦 Installing Prebuilt Binaries
Install sucata with a prebuilt binary, without need to configure or install any dependencies.
🪟 Windows
- Open PowerShell.
- Run the following command:
irm https://codeberg.org/sucata/sucata/raw/branch/main/install_windows.ps1 | iex
- Restart your terminal.
- Now you can use the command
sucatain your terminal.
Warning This command downloads and executes the official installation script. It will: Download sucata, Install it on your system and Add it to your system PATH
🐧 MacOs/Linux
- Open your terminal.
- Run the following command:
curl -fsSL https://codeberg.org/sucata/sucata/raw/branch/main/install_unix.sh | sh
- Restart your terminal.
- Now you can use the command
sucatain your terminal.
Warning This command downloads and executes the official installation script. It will: Download sucata, Install it on your system and Add it to your system PATH
🛠 Building from Source
If you prefer to build sucata manually:
- You need to install: Odin and C++ compiler (MSVC, Clang, or GCC)
- Clone the repository
- Go to the folder /sokol/ and build the sokol binaries
- You go to the repository root, then build the sucata binaries using:
odin build .
- (optional) Add the binary to the path of your system
- All done you now can use the sucata
🌙 Installing Lua Addon
You can install an sucata lua addon on the sumneko's lua extension for better auto completion
- Install sumneko's lua extension in your favorite IDE
- Open the Addon Manager
- Search for 'sucata' and install the sucata addon