Build Instructions¶
To create a binary executable follow these steps from the Terminal:
Install Home Brew on Your OSX build machine.
Clone this repository, and enter the repository’s root folder.
Use the ./scripts/build.sh to setup Python, and build for you:
./scripts/build.sh pyenv 3.8.16
./scripts/build.sh binary 10.14
The binary executable can be found in the ./dist folder.