"make: *** No rule to make target `build-release'. Stop."
Be more specific please.
Downloading Monero version 0.8.8.6 for Mac OS X, 64-bit on https://getmonero.org/downloads/
gives me a folder : monero.mac.x64.v0-8-8-6.tar.bz2
extracting this folder I get : monero.mac.x64.v0-8-8-6
opening the folder I get : bitmonerod and simplewallet
If I want to start bitmonerod or simplewallet I get the following message:
Last login: Tue Mar 31 11:48:16 on ttys000
brunos-MacBook-Pro:~ clark$ /Users/clark/Downloads/monero.mac.x64.v0-8-8-6/bitmonerod ; exit;
dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
Referenced from: /Users/clark/Downloads/monero.mac.x64.v0-8-8-6/bitmonerod
Reason: image not found
Trace/BPT trap: 5
logout
I'm getting the exact same error on my MBPr with 10.10.2. Sammy007's version fails to install. Any ideas?
There's a bug introduced into the cmake in 0.8.8.6 that broke static builds. This is fixed in head. On OS X you can either wait for 0.8.8.7 RC1 to be tagged and released (after today's mega-merge it's just bug squashing and minor bits before blockchainDB gets merged in), or just use Homebrew to install the dependencies and follow the build instructions in the README (this is not as daunting as it sounds, especially if you ocassionalky use the command-line).