Docs
Doc / build-macos
Build OmniEdge for macOS
OmniEdge-macOS GUI
- Download and install Xcode
- Get the repo and compile
git clone https://github.com/omniedgeio/omniedge-macOS.git
cd omniedge-macOS
open Omniedge.xcodeproj
Xcode will open automatically, you have to set your developer account to start the compile.
OmniEdge-macOS Cli
Install golang for macOS
Follow the instruction to install golang, we use 1.16.6 here: https://go.dev/doc/install
Install dependencies and build
brew install autoconf automake libtool
git clone https://github.com/omniedgeio/omniedge-cli
cd omniedge-cli
go mod download
go generate
BUILD_ENV=prod make build-darwin
The compiled omniedge-cli will be found in /out/
If you have more questions, feel free to discuss.
On This Page