forked from Bitmessage/PyBitmessage
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently there is no way to use the buildscripts/winbuild.sh script to build executable on Windows. Because it's rather winebuild.sh, though it runs all the commands we need to run to build windows exe, it passes all them to wine.
If we rewrite the script to work on Windows, than we can do:
$ wine buildscripts/winbuild.sh
$ i386 wine buildscripts/winbuild.shon Linux.
Reactions are currently unavailable