Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit bf54cd6

Browse files
author
Erik Hollensbe
committed
Adjust readme to accomodate for dependencies
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent fc515ba commit bf54cd6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ don't ship a pre-built version of mruby because the build step of mruby
2424
is important in customizing what aspects of the standard library you want
2525
available, as well as any other extensions.
2626

27-
To build mruby, we've made it very easy:
27+
To build mruby, we've made it very easy. You will need the following packages
28+
available on your host operating system:
29+
30+
* bison
31+
* flex
32+
* ruby 2.x
33+
34+
Then just type:
2835

2936
```
3037
$ make

0 commit comments

Comments
 (0)