Skip to content

Commit

Permalink
readme.md: added libreadline instructions
Browse files Browse the repository at this point in the history
readme.md: added libreadline instructions
  • Loading branch information
X-CASH-official authored Jul 30, 2018
1 parent 3c3cb1f commit 2bed29c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ If you want to help out, see [CONTRIBUTING](CONTRIBUTING.md) for a set of guidel

Note future releases block heights and dates may change, so make sure to frequently check github, our website, the forums, etc. for the most up to date information.

## Issues with the Linux prebuilt binaries
If you receive the message
`error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory`
when running any of the binaries, you will want to run
`sudo ln -s /lib/x86_64-linux-gnu/libreadline.so.6 /lib/x86_64-linux-gnu/libreadline.so.7`
This will create compatibility for libreadline.so.6

## Compiling X-CASH from source

### Dependencies
Expand Down

0 comments on commit 2bed29c

Please sign in to comment.