Installation on Windows
This guide explains how to install the Rux compiler on Windows using Scoop, a command-line package manager for Windows.
Prerequisites
- Windows 10 or later (64-bit)
- PowerShell 5.1 or later
Install Scoop
If you don't have Scoop installed yet, open PowerShell and run:
sh
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-ExpressionTo verify Scoop is installed correctly:
sh
scoop --versionAdd the Rux Bucket
Scoop uses buckets to organize packages. Add the official Rux bucket:
sh
scoop bucket add rux-lang https://github.com/rux-lang/ScoopInstall the Rux Compiler
sh
scoop install ruxVerify the Installation
sh
rux versionYou should see the installed Rux compiler version.
Updating
To update the Rux compiler to the latest version:
sh
scoop update ruxReleases
All Rux releases are available on GitHub.