Syllable Desktop Gets REBOL 3 Development Collaboration

The latest version of the REBOL 3 open host kit, alpha 110, enables Syllable Desktop for the first time to run the REBOL 3 client/server RebDev collaboration application for chat and development files sharing (screenshot).

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 REBOL3 open host environment is now hosted in a public Git version management repository. To compile REBOL3 on Syllable Desktop, you need to have the following software packs installed:

To compile REBOL3 and start the RebDev application, enter the following commands:

build update<br />
build log<br />
build get REBOL-Core--current<br />
build patch REBOL-Core--current<br />
build REBOL-Core--current<br />
build install REBOL-Core--current<br />
r3<br />
chat<br />
new-user<br />

Compiling the REBOL3 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<br />
build log<br />
build REBOL-Core--current<br />
s build install REBOL-Core--current<br />
r3<br />
chat<br />
new-user<br />

30 Comments

  1. 2010-11-08 11:04 pm
    • 2010-11-08 11:11 pm
    • 2010-11-09 5:13 am
    • 2010-11-09 9:41 pm
      • 2010-11-09 9:56 pm
        • 2010-11-09 10:33 pm
          • 2010-11-09 11:21 pm
      • 2010-11-10 12:18 pm
        • 2010-11-10 3:53 pm
  2. 2010-11-08 11:10 pm
    • 2010-11-08 11:12 pm
      • 2010-11-08 11:17 pm
  3. 2010-11-09 2:55 pm
  4. 2010-11-09 5:07 pm
    • 2010-11-09 5:21 pm
      • 2010-11-09 6:12 pm
        • 2010-11-09 6:18 pm
          • 2010-11-09 6:25 pm
          • 2010-11-09 6:44 pm
          • 2010-11-09 7:33 pm
          • 2010-11-09 8:08 pm
          • 2010-11-09 9:07 pm
        • 2010-11-11 10:50 pm
          • 2010-11-12 12:20 am
          • 2010-11-12 2:27 pm
          • 2010-11-12 3:43 pm
    • 2010-11-09 6:16 pm
      • 2010-11-09 8:41 pm
        • 2010-11-09 8:54 pm
      • 2010-11-09 9:48 pm