- Clone the Rebol 3 Repo if you haven't already:
git clone https://github.com/Oldes/Rebol3.git
- Download the Siskin build tool for your platform
- 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
- Enter the
Rebol3
directory you cloned above:cd ~/Source/Rebol3
- Start the build tool:
./Siskin make/rebol3.nest
- You should see an interactive CLI tool with a series of numbered options
- Choose the package you would like to build or test by entering a number and pressing enter
- Siskin will build Rebol and display detailed output of its process
- Type
q
to exit Siskin