Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Modify README.md about processing 'make test' #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ $ make test
$ sudo make install
```

Exception!
If you have error in make test, Install the GCC, G++ cross compilers and support programs by typing
```
$ sudo apt-get install libc6-armel-cross libc6-dev-armel-cross
$ sudo apt-get install binutils-arm-linux-gnueabi
$ sudo apt-get install libncurses5-dev
```

If you planning to use [MongoDB](http://www.mongodb.org/) as IR code storage you need to install some additional dependencies:

```
Expand Down