Skip to content

Does Maddy Build for Windows? #481

Answered by foxcpp
lonnietc asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, maddy can be compiled for Windows. It will run without any problems on any Windows version that supports Unix sockets (Windows 10) and with some limitations on any other Windows system.

The only current issue is missing proper default paths for state_dir and runtime_dir (#290) so you would need to set these appropriately in the configuration file. Also, build.sh is obviously not useful, you would need to compile the executable directly:

go build ./cmd/maddy
go build ./cmd/maddyctl

For it to run correctly, you need Go and MinGW toolchains installed and configured appropriately.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lonnietc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #480 on April 10, 2022 20:37.