RikerBot icon indicating copy to clipboard operation
RikerBot copied to clipboard

Is there a possible way to provide a precompiled binary?

Open NovaProtocol opened this issue 3 years ago • 1 comments

Lots of libs are providing their own pre-compiled binaries so it's a one step installation. Anyways, for this however, the installation is very hard. Lot's of error and stuff. For someone who uses python, C++ is a very hard thing to grasp. Tbh, idk what I'm doing.

Is there any way you can provide pre-compiled binaries. The project itself is great and intuitive. It's just very hard to install

NovaProtocol avatar Feb 16 '22 09:02 NovaProtocol

For Linux: Not really, as the encouraged way to distribute native code binaries via PyPI on Linux is to distribute source code due to ABI issues.

For OSX: Probably possible, but tricky, because there may exist ABI problems between the compiler used and the system libraries.

For Windows: Project doesn't have a working build process on Windows atm. It would totally possible for Windows to use pre-compiled binaries if we had a working build pipeline.

nickelpro avatar Feb 16 '22 16:02 nickelpro