Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
176 stars 11 forks source link

How to compile or cross compile into Windows binary programs on the Windows platform #308

Open whtgg opened 3 months ago

gschoeni commented 3 months ago

Is cargo build from the root directory not working?

SamuelMarks commented 3 months ago

@whtgg Follow this https://github.com/Oxen-AI/Oxen/blob/228b2b2/.github/workflows/ci.yml#L174 ; worked for me

gschoeni commented 3 months ago

Thanks for the follow up @SamuelMarks, we should get this documented in the README as well.