nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

gmp.lib on Windows #167

Closed notdanilo closed 3 years ago

notdanilo commented 3 years ago
  1. We need to describe the installation of gmb.lib on Windows in the docs.
  2. We need to install gmb.lib in our GitHub Action's Windows test environment.

Reference: https://github.com/ZenGo-X/kms-secp256k1/issues/25 https://github.com/vhnatyk/gmp-release https://github.com/TonyBogdanov/zip

caiocesarbosco commented 3 years ago

After 5 days breaking my brain out, i've finally found this issue. Thanks a lot!

It works for Windows 32 bit. maybe the next step is provide gmp.lib and gmp.dll compiled for Windows x64.

I've found this related to:

https://stackoverflow.com/questions/4711315/build-gmp-on-64bit-windows

notdanilo commented 3 years ago

@caiocesarbosco making the library more accessible is definitely something we want to achieve. I will make sure to redist the deps.

VCasecnikovs commented 2 years ago

Are there any Windows friendly alternatives?