File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- ### Work in progress!
1
+ # How to build Rebol 3
2
2
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
You can’t perform that action at this time.
0 commit comments