I have try to run the Dogecoin in Mac using terminal, I have successfully done some steps,
https://github.com/dogecoin/dogecoin/blob/master/doc/build-osx.md
currently the make command not working it found some issues.
configure: error: Found Berkeley DB other than 5.1, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)
dogecoin % make
make: *** No targets specified and no makefile found. Stop.
I have try this solution but it's not fixed:
make *** no targets specified and no makefile found. stop
Please tell me of any solution.