ketchuphq / ketchup

A simple CMS :tomato:
https://ketchuphq.com
Apache License 2.0
394 stars 32 forks source link

Windows #15

Open tooolbox opened 6 years ago

tooolbox commented 6 years ago

This thing should run on Windows, right?

StarAzure commented 6 years ago

Looks like no support for windows or perhaps no support.

godwhoa commented 6 years ago

Cross-compiled it and tested it with wine. Works fine. Pre-built executable: windows.zip

StarAzure commented 6 years ago

Nice. Like your reply. Will test it out .. Thank you.

ghost commented 6 years ago

Why does it need wine I wonder.

It's pure golang and so you should in theory be able to cross compile from Linux or Darwin.

?

godwhoa commented 6 years ago

@gedw99 I only used wine for testing/verifying the executable. And indeed cross compilation to windows will work from any other platform.