Closed DaemonSnake closed 4 years ago
Hi @DaemonSnake !
On releases page you can find atomicdex-api binaries for OSX/Linux/Windows. For example:
Hi @tonymorony,
I am aware of the presence of the pre build binaries. What I was referring to is that Darwin is the only target for which the library version of mm2 is packaged.
As you can see none of Linux/Windows packages contains a library version of mm2
Whist both Release and Debug packages for Darwin contains the mm2 binary and the library version:
As we can see in the azure pipeline yaml file, only the Darwin lib is packaged.
https://github.com/KomodoPlatform/atomicDEX-API/blob/8a284f022b299d63e4cb858444009a760333e998/azure-pipelines-release-stage-job.yml#L76 https://github.com/KomodoPlatform/atomicDEX-API/blob/8a284f022b299d63e4cb858444009a760333e998/azure-pipelines-release-stage-job.yml#L117
The name of the lib for linux being 'libmm2.a' for linux it is not packaged.
The corresponding PR was merged, closing.
Hi, Currently the library version of mm2 is only available for Darwin in the release assets. Would it be possible to have the Windows and Linux version too? Thanks