|
|
Acme is a programmer's text editor, shell, and user interface. It runs on a virtualized operating system, Inferno, that runs hosted on Windows, Linux, Solaris, and MacOSX.
This is NOT the official Inferno distribution. See vitanuova for the official stable release, or the Google hosted project inferno-os.
This repository contains all the source code to build acme-sac.
Please send patches to acme-sac@googlegroups.com, or even join the maillist to get the latest patches.
You can build the limbo source tree from inside acme:
% cd /appl/ % mk install
And to build the acme executable, assuming you have C compiler installed (C++ tools and SDK for Nt), from inside acme runthe following:
% cd /sys % run Nt/profile # or Linux, MacOSX, Solaris, Plan9 as possible hosts % mk install
A build of AcmeSAC for MacOSX is being worked on. This requires MacOSX 10.3 or higher.

