
It already worked in the Linux version for Syllable Server. The client is not an application that was ported and needs to be installed, but is a small REBOL script that is downloaded in its newest version every time the program is started - much like a web page. Currently, it runs unmodified on various platforms, including Syllable Desktop, Syllable Server, Linux, FreeBSD, OpenBSD, Amiga OS (PPC), OS X (Intel & PPC) and Windows.
The source code of the REBOL 3 open host environment is now hosted in a public Git version management repository. To compile REBOL 3 on Syllable Desktop, you need to have the following software packs installed:
To compile REBOL 3 and start the RebDev application, enter the following commands:
build update
build log
build get REBOL-Core--current
build patch REBOL-Core--current
build REBOL-Core--current
build install REBOL-Core--current
r3
chat
new-user
Compiling the REBOL 3 host kit on Syllable Server is very similar, but a little different due to accounting for filesystem security. Enter the following commands:
s build update
build log
build REBOL-Core--current
s build install REBOL-Core--current
r3
chat
new-user