You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -96,8 +96,14 @@ up asking if you want to allow access for `stackablectl`. You must allow access.
96
96
Windows::
97
97
+
98
98
--
99
-
Currently, there are no pre-built binaries available for Windows. Please refer to xref:#building-from-source[this]
100
-
section to learn how to build the binary from source.
99
+
Currently, there are no pre-built binaries available for Windows.
100
+
At the time of writing, compiling `stackablectl` on Windows was impossible due to upstream bugs.
101
+
While it may have become possible since then, it'll still provide significant challenges due to high technical complexity
102
+
related to FFI, cgo and Windows-specific issues.
103
+
104
+
For Windows users, WSL will probably be the best option for using `stackablectl`.
105
+
106
+
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!
0 commit comments