Skip to content

Instantly share code, notes, and snippets.

@deild
Last active March 16, 2019 21:32
Show Gist options
  • Select an option

  • Save deild/6a5daa3b0519c5b008b376532dcba9d4 to your computer and use it in GitHub Desktop.

Select an option

Save deild/6a5daa3b0519c5b008b376532dcba9d4 to your computer and use it in GitHub Desktop.
build ledger on macOS

with

  • macOS Mojave 10.14.3
  • boost 1.68.0
  • The C compiler identification is AppleClang 10.0.0.10001044
  • The CXX compiler identification is AppleClang 10.0.0.10001044
./acprep opt make --output=build  --prefix=$(brew --prefix) --boost=$(brew --prefix boost) \
--python -- -DUSE_PYTHON27_COMPONENT=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment