Skip to content

Building from source on windows with visual studio

angerangel edited this page Dec 18, 2012 · 2 revisions

You can download all files as a ZIP archive from here or using git:

 git clone https://github.com/rebol/r3.git

Download rebol3 from http://www.rebol.com/r3/downloads.html .

  1. Put the rebol3 binary in the make directory,
  2. rename it to r3-make.exe,
  3. cd to make directory,
  4. run vcbuild.bat.
You must have Visual Studio 2008, 2010 or 2012 installed. A free Express Desktop version should work. vcbuild.bat tries to auto-detect Visual Studio.

The result will be r3.exe binary built in make directory.

Clone this wiki locally