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
The build instructions for the "Console Server" in the README.md are incorrect. However, with each adjacent dependency file using the package main title and without the presents of a "main.go" file, you can simply run go build within the "Console Server" folder and it will compile successfully. Once compiled, you can execute the binary using the required arguments matching the ControlUser and ControlPass values described in Server.go. ./Console\ Server root toor Or test run it within the "Console Server" folder: go run . root toor
when i use
this command to compile console server, i got that error.
i saw same issue in github, but i cant resolve it. how can i resolve this error?
i compile that in windows 7 32bit, installed all package in README.md
The text was updated successfully, but these errors were encountered: