Wanna compile the most current QT version on Ubuntu & OSX. So I need to know which dependencies I need to install, and I need to know which must go directly into the codebase. <- Not all of them come pre-installed on every system right?
Library Purpose Description
------- ------- -----------
libssl SSL Support Secure communications
libdb4.8 Berkeley DB Blockchain & wallet storage
libboost Boost C++ Library
miniupnpc UPnP Support Optional firewall-jumping support
^As of Jan/13 are they all still required? Anything missing? Can I follow the instructions found here:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.txt ?
Thanks in advance!!.