DigitalNoteXDN / DigitalNote-2

SatoshiCore version of the famous/renowned DigitalNote blockchain
Other
17 stars 19 forks source link

Insufficent user permission on build #59

Closed solkmaaker closed 3 years ago

solkmaaker commented 3 years ago

Build DigitalNote daemon cd ~; cd ~/DigitalNote/src; chmod a+x obj; chmod a+x leveldb/build_detect_platform; chmod a+x secp256k1; chmod a+x leveldb; chmod a+x ~/DigitalNote/src; chmod a+x ~/DigitalNote; make -f makefile.unix USE_UPNP=-; cd ~; cp -r ~/DigitalNote/src/DigitalNoted /usr/local/bin/DigitalNoted;

Regular user does not have write permissions to /usr/local/bin/ folder Change last part to sudo cp -r ~/DigitalNote/src/DigitalNoted /usr/local/bin/DigitalNoted;

IamLupo commented 3 years ago

Patched: https://github.com/IamLupo/DigitalNote-2/commit/e77bf7ffb3718da08effe937ff6e9900874f147a