ot-ns icon indicating copy to clipboard operation
ot-ns copied to clipboard

otns doesn't install on amd64 Mac

Open mark-m1 opened this issue 1 year ago • 2 comments

I'm trying to install otns on amd64 Mac running Ventura 13.01 go version go1.20.4 darwin/arm64

running ./script/install-deps seems to work fine

I saw the issue about install not working correctly in go > version 1.17 I ran go install ./cmd/... It does install although there is no console output about it

mark-m1 avatar May 26 '23 15:05 mark-m1

OTNS2 has some fixes regarding build/install on a Mac with a more automated install also. In the coming weeks (hopefully) we'll update to OTNS2 and then we could rest the install for this Mac platform. MacOS 13 is tested as part of the CI.

EskoDijk avatar Aug 15 '24 13:08 EskoDijk

See new PR #528 - it includes CI for testing on 2 MacOS platforms. The script ./script/bootstrap is intended to do all required steps and test the result. Go >= 1.18 required.

EskoDijk avatar Sep 13 '24 10:09 EskoDijk