Skip to content
Merged
Changes from all 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
10 changes: 8 additions & 2 deletions docs/modules/stackablectl/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,14 @@ 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, compiling `stackablectl` on Windows was impossible due to upstream bugs.
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 best option for using `stackablectl`.

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!
--
====

Expand Down
Loading