forked from rebol/rebol
-
Notifications
You must be signed in to change notification settings - Fork 2
Building from source
angerangel edited this page Apr 11, 2013
·
10 revisions
Build instructions are also in README, but here we can be more descriptive:
You can download all files as a ZIP archive from here or using git:
git clone https://github.com/angerangel/r3bazaar.git
to build Rebol 3 you need Rebol 3: download it from http://www.rebol.com/r3/downloads.html or from http://rebolsource.net/ .
- Put the rebol3 binary in the make directory,
- rename it to r3-make,
- launch make prep.
- launch make (or make view)
- optional - launch make host - it will build also the host executable and the shared library needed for it to work.
Rebol binary will be the r3 executable in your directory.
If you are on a 64bit machine, probably you'll need also the following command before compiling:
sudo apt-get install libc6-dev-i386
or if a RedHat based dist
yum install glibc-devel.i686