Skip to content

Commit 31b0832

Browse files
authored
Merge pull request #36 from acook/patch-1
Add tutorial for how to build Rebol locally
2 parents 117e160 + fbea554 commit 31b0832

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

make/README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
### Work in progress!
1+
# How to build Rebol 3
22

3-
comming soon...
3+
## Pre-Requisites
4+
5+
1. Clone the Rebol 3 Repo if you haven't already: `git clone https://github.com/Oldes/Rebol3.git`
6+
2. Download the [Siskin build tool](https://github.com/Siskin-framework/Builder/releases/latest) for your platform
7+
3. Place the Siskin binary in the root of the repo (there seems to a bug in Siskin where it cannot find itself from the `PATH` and dies)
8+
9+
## Build Walkthrough
10+
11+
1. Enter the `Rebol3` directory you cloned above: `cd ~/Source/Rebol3`
12+
2. Start the build tool: `./Siskin make/rebol3.nest`
13+
3. You should see an interactive CLI tool with a series of numbered options
14+
4. Choose the package you would like to build or test by entering a number and pressing enter
15+
5. Siskin will build Rebol and display detailed output of its process
16+
6. Type `q` to exit Siskin

0 commit comments

Comments
 (0)