Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/modules/stackablectl/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,15 @@ up asking if you want to allow access for `stackablectl`. You must allow access.
Windows::
+
--
Currently, there are no pre-built binaries available for Windows. Please refer to xref:#building-from-source[this]
section to learn how to build the binary from source.
Currently, there are no pre-built binaries available for Windows. At the time of writing this compiling `stackablectl` on
Windows was impossible due to upstream bugs.
Comment thread
soenkeliebau marked this conversation as resolved.
Outdated
While it may have become possible since then, it'll still provide significant challenges due to high technical complexity
related to FFI, cgo and Windows-specific issues.

For Windows users, WSL will probably be the option for using `stackablectl`.
Comment thread
soenkeliebau marked this conversation as resolved.
Outdated

If you do want to attempt compiling for Windows, please refer to xref:#building-from-source[this] section - and if you are successful, by
all means, give us a shout and we will reward you handsomely!!
Comment thread
soenkeliebau marked this conversation as resolved.
Outdated
--
====

Expand Down
Loading