macOS Development Setup
macOS Development Environment Setup
Prerequisites
1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"2. Install Go
brew install gogo version3. Install Protocol Buffers Compiler
brew install protobufprotoc --versionProtocol Buffer Plugins
Go Plugin (gogofaster)
Swift Plugin
JavaScript Plugin
Built-in Plugins
Verify All Plugins
Clone and Build Netcap
Clone the Repository
Install Zeus Build System
Build Netcap
Generate Protocol Buffers
Development Build (Go only)
Release Build (All languages)
Environment Variables
Go Binary Path
Netcap Configuration
Troubleshooting
protoc-gen-* not found errors
Permission Issues
Protocol Buffer Version Mismatch
Additional Development Tools
Optional but Recommended
Next Steps
See Also
Last updated