openvcash / vcash

A decentralized currency for the internet.
https://vcash.info
GNU Affero General Public License v3.0
36 stars 35 forks source link

Question about depenedencies #22

Closed sum01 closed 7 years ago

sum01 commented 7 years ago

Wondering a few things, mainly if the listed deps are actually needed to be at those specific versions?

Talking about these

Boost == 1.53.0 Berkeley DB == 6.1.29.NC OpenSSL == 1.0.2k

Asking because Arch is a little weird with what's in the repo's. Openssl pre-1.1 is available as openssl-1.0, boost isn't available as far back as 1.53.0 (currently in the 1.6x.x range), and Berkeley DB is only available as db at version 5.3.28.

Also wondering if the leveldb folder has any custom code, or if it could safely be deleted if leveldb was used from the repo's?


My hope is to either fix the Jamfile's to build with the shared system deps, or to fix the cmake in https://github.com/openvcash/vcash/pull/4/commits/202f9bf85c39ee02501470f488ad6c6d48d10e6d so that the code can be built easier.


Also #14 kind of related

sum01 commented 7 years ago

Closing, figured it out with some help.

Although #14 is still an issue :(