Merge pull request #57 from daniel-thompson/groff

Add groff (which provides nroff) to the list of required packages.
This commit is contained in:
Serge Vakulenko
2015-07-04 20:10:15 -07:00

View File

@@ -28,11 +28,11 @@
## Build
To compile everything from sources, you'll need some packages installed, namely:
Berkeley YACC, GNU bison and flex, ELF library and FUSE library.
Berkeley YACC, GNU bison, flex, groff, ELF library and FUSE library.
Under Ubuntu, for example, you can do it by command:
```shell
$ sudo apt-get install bison byacc flex libelf-dev libfuse-dev
$ sudo apt-get install bison byacc flex groff-base libelf-dev libfuse-dev
```
By default, the system is configured for the Max32 board.