-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install steps #2570
Comments
Hi, Basically all you need is to clone the Builder repo... download existing Rebol for the hosting OS and run the siskin.r3 script... like here. The Siskin Builder is just a customised Rebol with the embedded script. It is not needed, if you already have Rebol. I don't see any compilation issues in the actions output. |
Btw... you don't need all Rebol versions (Base, Core, Bulk)... the Base version is almost useless, if you don't include other scripts and optional parts you need... it is there just like an almost minimum to get Rebol booted and for compilation test purposes. The Core includes more optional parts, but not all... like it does not include Brotli compression, which is very fat (almost 1MB uncompressed). |
To make it complete, here is the action to make Haiku builds and this one for Alpine Linux |
And FreeBSD builds are done on Cirrus CI using this script. |
The linker errors are there probably because some files were not compiled.. like Also it is strange, that your compiler does not know |
I am looking for steps to install Oldes/Rebol3 for someone who forgot just about everything about Rebol...
For instance:
4.1) by the way
./siskin-linux-x86_64 -l
does not list any egg present in the directory, although4.2)
./siskin-linux-x86_64 rebol3.nest
runs fineREBOL/Base 3.9.1 (Oldes branch)
The text was updated successfully, but these errors were encountered: