如何 运行 Rebol on Freya

How to run Rebol on Freya

一直在尝试 运行 rebol-view-278-4-2 Elementary OS "Freya" (Ubuntu 14.04 LTS 的变体).

我不断收到此错误:

error while loading shared libraries: libXaw.so.7: cannot open shared object file: No such file or directory

我继续尝试安装缺少的库,但无济于事。

这些是我在 Ubuntu 14.04 LTS "Trusty," 上获取 R2 核心和视图的步骤,所以我想这也适用于 Freya:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get update
sudo apt-get install libx11-6:i386
sudo apt-get install libxext6:i386
sudo apt-get install libxaw7:i386
sudo apt-get install libfreetype6:i386
sudo apt-get install xfonts-100dpi xfonts-75dpi 

(我更喜欢将包安装步骤分开,以防其中一个失败。)