How to compile libsecp256k1 on windows

Viewed 27

I've been trying to figure this issue out for several years. From year to year, no questions on this subject, no answers appear on the Internet. I am a Windows user and I don't know anything about Linux and don't want to know

If you look at this compilation example on the page of the project itself https://github.com/bitcoin-core/secp256k1

$ ./autogen.sh
$ ./configure
$ make
$ make check  # run the test suite
$ sudo make install  # optional

Then you will see that on Linux everything is quite simple. Some kind of autotools are used here

But I just can’t even imagine how I can replace it with Windows. I don’t understand how libraries are compiled at all, although I have been writing C++ programs for three years. And I still can't compile curl or openssl without a youtube video

Please, who knows the solution. Write it here, it will be the only solution on the ENTIRE Internet. And as detailed as possible. Compiling libraries is a big problem for many people

Do not put minuses, do not answer nonsense. I have been looking for a solution for more than a year and it is simply not available in the public domain. Be the first to reveal this secret to the world

0 Answers
Related