diff --git a/README.md b/README.md index 2d6949b..68f6415 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -# LuPI2 -Second attempt at Lua based operating system, primarily aimed at RaspberryPi, but with ambition to support other boards as well. The main motivation is -fact that GNU/Linux + python solution isn't allays the best for people that haven't been programming ever, and Lua in one of the simplest, most -intuitive languages. It has only 6 types, very simple syntax, yet supports many advanced mechanisms. +# LuPPC +Lua-based operating system, based on [LuPI2](https://github.com/Starchasers/LuPI2/), with a focus on PowerPC based Macintosh machines and an aim to support more OpenComputers-style components and mirror OpenComputers behavior more closely where practical. Build ----- 1. Clone this repository -2. Get musl cross compiler(like arm-linux-musleabihf), simplest way is to use [musl-cross](https://github.com/GregorR/musl-cross) +2. Get musl cross compiler (like arm-linux-musleabihf or powerpc-linux-musl), simplest way is to use [musl-cross-make](https://github.com/richfelker/musl-cross-make) 3. Get `xxd` utility (usually packaged with vim) 4. Build dependencies using scripts/dependencies.sh script for your platform(s) 5. Execute `make build`