Cent icon

Installation Guide

If you want to install Cent from source, go to Installing from Source.

Linux

1. Download

Download the latest Cent release for your architecture:

2. Install

Extract the archive to ~/cent:

$ mkdir -p ~/cent
$ tar -xJf cent-linux-x86_64.tar.xz -C ~/cent

Add ~/cent/bin to your $PATH by adding this line to your ~/.bashrc (for Bash):

export PATH="$PATH:$HOME/cent/bin"

Apply the changes:

$ source ~/.bashrc

3. Verify

Verify the installation:

$ centc --version
Cent v0.1

Windows

Windows is NOT supported, yet. Bugs WILL happen. Windows version of the compiler is only able to produce object files.

1. Download

Download the latest Cent release:

2. Install

Extract the archive to C:\cent, then add C:\cent\bin to your PATH:

$ setx /M PATH "%PATH%;C:\cent\bin"

3. Verify

Open a new terminal and verify the installation:

$ centc --version
Cent v0.1

Next steps

When you're ready, go to the Language Overview to learn more about Cent.