Привет всем! надо установить прогу hikka(https://github.com/superhacker777/hikka),делал всё по инструкции
apt install git golang-go mingw-w64
git clone https://github.com/superhacker777/hikka
export GOPATH=$HOME/go
go get https://github.com/fatih/color
cd hikka && make
GOOS=linux CGO_CFLAGS="-I/include" CGO_LDFLAGS="-L/lib/Linux -Wl,-rpath=/lib/Linux -lhcnetsdk" go build -ldflags "-s -w" -o build/Linux/hikka src/hikka.go
# runtime/cgo
/usr/bin/ld: cannot find -lhcnetsdGOOS=linux CGO_CFLAGS="-I/include" CGO_LDFLAGS="-L/lib/Linux -Wl,-rpath=/lib/Linux -lhcnetsdk" go build -ldflags "-s -w" -o build/Linux/hikka src/hikka.go
# runtime/cgo
/usr/bin/ld: cannot find -lhcnetsdk
collect2: error: ld returned 1 exit status
Makefile:7: recipe for target 'linux' failed
make: *** [linux] Error 2
k
collect2: error: ld returned 1 exit status
Makefile:7: recipe for target 'linux' failed
make: *** [linux] Error 2