kvazar-network / kevacoin

KevaCoin Wallet by Community
MIT License
1 stars 0 forks source link

Could you provide a compiled installation package (win exe)? #17

Open 344303947 opened 3 months ago

344303947 commented 3 months ago

Release assets: Add win exe installation package to reduce difficulties and make it easier for regular Windows users to install and use.

d47081 commented 3 months ago

Hello, I'm not windows user but this guide would be helpful.

p.s. maybe guys from kevacoin-team could help with build

canrnd commented 2 months ago

I find it easiest to cross compile for Windows rather than trying to build on Windows itself using WSL. I made a step by step walk through based off the guide that can be found here. Only change needed would be to alter the git clone step to use the kvazar repo vs the kevacoin-team repo, everything else is the same.

*walk through guide was made on Ubuntu 22.04

d47081 commented 2 months ago

Just make sure branch switched to kvazar before compile: git checkout kvazar because master used as the original source for official contributions (it is same as original)

Anyway it should be auto-selected after git clone.