fix the System Requirements

This commit is contained in:
bookug 2016-03-06 16:52:22 +08:00
parent 46c2d19320
commit 51825dab74
1 changed files with 7 additions and 0 deletions

View File

@ -14,4 +14,11 @@ readline | need to be installed
readline-devel | need to be installed
openjdk | needed if using Java api
openjdk-devel | needed if using Java api
realpath | needed if using gconsole
#### NOTICE:
1. To install readline and readline-devel, just type `dnf install readline-devel` in Redhat/CentOS/Fedora, or `apt-get install libreadline-dev` in Debian/Ubuntu. Please use corresponding commands in other systems.
2. You donot have to install realpath to use gStore, but if you want to use the gconsole for its convinence, please do so by using `dnf install realpath` or `apt-get install realpath`.