From e213a35cfca2e185a378c3106cf99f13d62bb747 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Fri, 8 Jun 2018 00:18:01 -0500 Subject: [PATCH] Linux compiling notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab3b47..e12bc07 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you do not use Linux see previous section for a prebuilt wallet. There are tw > 3. **make -f makefile.unix** > 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want. - On new versions of linux such a Ubuntu 18.04 or Debain 9 + "sudo apt-get install libssl1.0-dev". Use libdb4.8 or libdb5.1 on older linux versions (IE 14.04). Newer versions of Linux (IE 16.04) will need libdb5.3++-dev. + On new versions of linux such a Ubuntu 18.04 or Debain 9 + "sudo apt-get install libssl1.0-dev". Use libdb4.8 or libdb5.1 on older linux versions (IE 14.04). Ubuntu 16.04 use need libdb5.3++-dev. ### Reporting bugs or getting assistance