Skip to content

Files

Latest commit

6e0d992 · Jun 26, 2025

History

History
This branch is 3559 commits ahead of rebolsource/r3:master.

make

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 23, 2021
Feb 24, 2023
Jul 13, 2024
Aug 9, 2024
Nov 24, 2021
Feb 19, 2024
Aug 30, 2019
Apr 11, 2025
Mar 7, 2019
Apr 11, 2025
Jun 26, 2025

README.md

How to build Rebol 3

Pre-Requisites

  1. Clone the Rebol 3 Repo if you haven't already: git clone https://github.com/Oldes/Rebol3.git
  2. Download the Siskin build tool for your platform
  3. Place the Siskin binary in the root of the repo (or into one of the PATH folders)

macOS users on 10.15+ may need to remove the quarantine setting from the Siskin builder tool after download using:

xattr -d -r com.apple.quarantine /path/to/Siskin

Build Walkthrough

  1. Enter the Rebol3 directory you cloned above: cd ~/Source/Rebol3
  2. Start the build tool: ./Siskin make/rebol3.nest
  3. You should see an interactive CLI tool with a series of numbered options
  4. Choose the package you would like to build or test by entering a number and pressing enter
  5. Siskin will build Rebol and display detailed output of its process
  6. Type q to exit Siskin