-1
Build adnl-http-proxy on windows fails
from the dockerfile there is this go build
line
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
go build -ldflags="-s -w" -o wstcproxy ./cmd/main.go
try to add the gu build flags for windowsenv GOOS=windows GOARCH=386
2 years ago
0
TON Site on Windows Server IIS
Im afraid only Ubuntu20 is suported to run a lite-server in an easy way
Please follow this tutorial
https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/manual-ubuntu.md
2 years ago