Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Compile XWC need libtool library
  • Loading branch information
jaeik-kim authored Mar 18, 2024
1 parent 18d14e0 commit d0fcd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Compile the whitecoin-xwc at ubuntu-18.04, please refer blow command line:
* install some required library

```shell
$> sudo apt-get install cmake make libbz2-dev libdb++-dev libdb-dev libssl-dev openssl autoconf
$> sudo apt-get install cmake make libbz2-dev libdb++-dev libdb-dev libssl-dev openssl autoconf libtool
$> sudo apt-get install libreadline-dev --fix-missing
$> sudo apt-get install g++
```
Expand Down

0 comments on commit d0fcd1e

Please sign in to comment.