From e9c47bf414c32dba48fc5793278708c9447512d8 Mon Sep 17 00:00:00 2001 From: SpiritedDusty Date: Fri, 27 Dec 2013 09:27:13 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3eb23f5..46ec5b9 100644 --- a/Home.md +++ b/Home.md @@ -16,7 +16,7 @@ Persistence Programs will resume where they were stopped when the chunk with the computer they run on was unloaded and reloaded later. This is particularly useful for single player, servers where you can't spam chunk loaders and last but not least Redstone in Motion frames. OpenComputers achieves this by persisting the actual call stacks of all running coroutines. This is the reason OpenComputers cannot use a Java implementation of the Lua VM, since those all use Java threads as far I'm aware, which cannot be persisted. Therefore: **Important**: OpenComputers requires a native library - the [Eris] library, specifically. This includes the official Lua VM implementation. However, *only the server* requires the library. Clients do not. All Lua code is executed purely on the server. Please also see [[Dependencies|Home#dependencies]]. -Currently the library is distributed with the mod for Windows and Linux (tested on Linux Mint). If you think you're capable of compiling it as a dynamic library for Mac OS, please get in touch. +Currently the library is distributed with the mod for Windows, Mac OS X (Intel Only) and Linux (tested on Linux Mint). PowerPC is not yet supported. Modularity ----------