AoD-Technologies / cryptocurrency-pool-server

It's all in the name. An end-all, be-all replacement for nomp/s-nomp/z-nomp.
GNU General Public License v3.0
20 stars 27 forks source link

Documentation issue: add libsodium-dev to dependencies #8

Open ttimmy opened 3 years ago

ttimmy commented 3 years ago

Hi, On clean Ubuntu 18.04, following the instructions and running "npm i" results in compilation error of missing sodium.h file. Only by manually sudo apt-get install libsodium-dev, does the issue resolve. It might even require libboost-all-dev, since I followed this issue here: https://github.com/aionnetwork/aion_miner/issues/6

Thx, have a good one

neofutur commented 3 years ago

I also needed to add libsodium, libboost-dev and libboost-system-dev.