// DOCS NAVIGATION
Instalação e Configuração_
SOURCE: content/docs/reference/01-introducao.md — 01 Introdução / 4. Instalação e Configuração / Installation & Setup
PT-BR:
SpectraLang é construída com Rust. Para compilar a toolchain a partir do código-fonte:
EN-US:
SpectraLang is built with Rust. To build the toolchain from source:
# Clonar o repositório / Clone the repository
git clone <repositório>
cd SpectraLang
# Compilar toda a toolchain / Build the entire toolchain
cargo build --release
# Verificar a instalação / Verify the installation
./target/release/spectralang --help
PT-BR:
Requisitos / Requirements:
- Rust 1.75+ (com
cargo) - Plataformas suportadas / Supported platforms: Windows, Linux, macOS (x86_64, aarch64)