Currently, monero-ts builds boost and openssl to ./monero-cpp/external as part of its build. However, the system still depends on boost and openssl to be externally installed, or it will have build errors. This issue requests using the embedded boost and openssl exclusively, so these do not need to be installed externally in order to build the library.