No makefile.osx in the /src directory #3230

issue hemlockII opened this issue on November 11, 2013
  1. hemlockII commented at 12:19 AM on November 11, 2013: none

    I'm trying to build bitcoind on OS X as per instructions here so I can run Armory on top of it.

    Both the homebrew & macports steps mention a makefile.osx file in the bitcoin/src directory but this is nowhere to be found. And obviously, I'm unable to build without it. Am I missing something?

  2. brandondahler commented at 2:25 AM on November 11, 2013: contributor

    The source has moved to using the autotools to manage build configurations.

    You should be able to replace the build step with the following (you can skip ./autogen.sh if you have downloaded a source release):

    ./autogen.sh
    ./configure
    make
    

    Likewise, you can replace the test step with:

    make test
    

    Edit: I just checked and latest release (0.8.5) still uses the old build system. If you'd like to use the 0.8.5 release instead of the current development code, you can replace the "Clone the github tree" step with:

    git clone git@github.com:bitcoin/bitcoin.git bitcoin
    git checkout 0.8.5
    cd bitcoin
    
  3. jkaye2012 commented at 2:43 AM on November 11, 2013: none

    The build-* files should be updated to reflect these changes, they make no sense since the addition of autotools.

  4. laanwj commented at 12:42 PM on November 11, 2013: member

    #3231 has been merged, closing

  5. laanwj closed this on Nov 11, 2013

  6. Bushstar referenced this in commit 20d4a27778 on Apr 8, 2020
  7. Bushstar referenced this in commit 2ae1ce4800 on Apr 8, 2020
  8. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me