Visual Studio build #327

issue chfast openend this issue on September 29, 2015
  1. chfast commented at 9:18 pm on September 29, 2015: none
    I’ve seen Visual Studio related PRs. Is there any working Visual Studio build? What about big number implementation? @ximinez?
  2. sipa commented at 11:06 pm on September 29, 2015: contributor
    There is no need for a bignum implementation. It gives a mild performance boost to have gmp for computing modular inverses, but you can compile without. Furthermore, @apoelstra is working on a native fast modular inverse, so we have drop the GMP requirement entirely.
  3. chfast commented at 8:37 am on September 30, 2015: none
    Thanks, good to know that. Last time I was playing with cmake (#315) I had to define USE_NUM_GMP.
  4. apoelstra commented at 11:31 am on October 1, 2015: contributor
    @chfast defining USE_NUM_NONE should have also worked for you.
  5. chfast commented at 11:57 am on October 1, 2015: none
    Yes, it works.
  6. ZeroXn commented at 8:02 am on October 14, 2015: none

    How can I include this in my visual studio project? I have included the header files, but not sure how i actually compile the library?

    So far i have only added the include folder to my additional include directories, im my project properties, and get a LNK2019 unresolved external symbol _secp256k1_context_create referenced in function when i try and compile my project.

    Any hints would be great! Thanks! `

  7. evoskuil commented at 6:34 pm on December 10, 2015: contributor
  8. gmaxwell closed this on Feb 20, 2019


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-22 05:15 UTC

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