Skip to content

An Xcode project for compiling and debugging RavenCoin Core

Notifications You must be signed in to change notification settings

spyder46n2/BitcoinOSXXcodeproj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BitcoinOSXXcodeproj

An Xcode project for compiling and debugging Bitcoin Core.

How to use it

Clone bitcoin and this repository into the same directory. Run the install.sh script to copy the Xcode project into <bitcoin_root>/contrib/osx.

mkdir BitcoinExperiments
cd BitcoinExperiments
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/iosdevzone/BitcoinOSXXcodeproj.git
pushd BitcoinOSXXcodeproj
./install.sh
popd
open bitcoin/contrib/osx/BitcoinOSX.xcodeproj

Caveats

This projects assumes that all external dependencies (e.g. Berkeley DB, boost and libevent) are in their default locations as installed by homebrew. If this is not the case, you will need to modify the project to point to the correct locations. This is an incredibly tedious process.

About

An Xcode project for compiling and debugging RavenCoin Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%