Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Building Red binaries

Note: This is not required to build or run red from sources. It is for a feature used by the red team. Check the main readme if you want to build red from sources

Prerequisite

You need a Rebol SDK copy with a valid license file in order to rebuild the Red binary, this is a constraint from using Rebol2 for the bootstrapping. Once selfhosted, Red will not have such constraint.

In order to build a Red binary:

  1. Place a copy of one of the encappers ( enpro would be a right choice) along with a copy of license.key file into the %build/ folder.

  2. Make a copy of encap-paths.r.sample file and name it encap-paths.r.

  3. Edit encap-paths.r file and adjust the paths to your Rebol SDK folders.

  4. Open a Rebol console, and CD to the %build/ folder.

     >> change-dir %<path-to-Red>/build/
    
  5. Run the build script from the console:

     >> do %build.r
    
  6. After a few seconds, a new red binary will be available in the build/bin/ folder.

  7. Enjoy!