Linux compiling notes

This commit is contained in:
cygnusxi 2018-06-08 00:18:01 -05:00 committed by GitHub
parent 5e1e88b04e
commit e213a35cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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