mirror of
https://github.com/tailix/mrubyvisor.git
synced 2024-11-11 13:50:47 -05:00
24 lines
483 B
Markdown
24 lines
483 B
Markdown
|
mrubyvisor
|
||
|
==========
|
||
|
|
||
|
* **mrubyvisor** is **mruby** running in supervisor (kernel) mode.
|
||
|
* **mruby** is a lightweight implementation of **Ruby**.
|
||
|
* **Ruby** is an interpreted, dynamically typed programming language.
|
||
|
|
||
|
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
Edit the variable `CCPREFIX` in `Makefile` to point to the
|
||
|
[cross-compiler for i386](https://wiki.osdev.org/GCC_Cross-Compiler).
|
||
|
|
||
|
### Debian
|
||
|
|
||
|
The list may be incomplete.
|
||
|
|
||
|
* `build-essential`
|
||
|
* `grub-common`
|
||
|
* `qemu-system-x86`
|
||
|
* `rake`
|