|
| 1 | +--- |
| 2 | +title: "Installing Mac Binaries" |
| 3 | +tags: theta-tester |
| 4 | +date: 2021-02-16 |
| 5 | +categories: tester |
| 6 | +cover: https://cdn.pixabay.com/photo/2014/05/02/21/49/laptop-336373_1280.jpg |
| 7 | +author: Jesse Casman |
| 8 | +license: false |
| 9 | +--- |
| 10 | + |
| 11 | +If you would like to install the useful command line tool for THETA API developed by Oppkey used in articles like [Using BASH Scripts To Easily Test THETAs](https://community.theta360.guide/t/using-bash-scripts-to-easily-test-thetas/6488) and [Saving HDR _filter Setting to mySetting](https://community.theta360.guide/t/saving-hdr-filter-setting-to-mysetting/6479), please go to: |
| 12 | + |
| 13 | +https://github.com/theta360developers/webapi/releases/tag/v0.1.1-alpha |
| 14 | + |
| 15 | +The registration and the command line tool are free. Binaries are available for Linux, Windows, Mac and Raspberry Pi. Or you can compile the code yourself! |
| 16 | + |
| 17 | +For Mac, I ran into several security steps after downloading the binary. This may not happen to you. @codetricity said he had no problems. |
| 18 | + |
| 19 | +1. I downloaded the Mac binary and unzipped it |
| 20 | +2. I had already connected my MacBook Air directly to my THETA Z1. It’s best if you set up two Wi-Fi networks, one to connect to the THETA and one to connect out to the Internet. But it’s not required. |
| 21 | +3. From the command line, I tried running a basic command ./theta app --version to test if it’s installed correctly. I got this: |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +4. I went in to the Apple menu and System Preferences. Under Security & Privacy, it said that “‘theta’ was blocked from use because it is not from an identified developer.” You can click Allow Anyway. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +5. I tried running it from the command line again. This time, I got the warning: |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +6. I clicked Open. |
| 34 | +7. I tried running ./theta app --version again. It responded with 0.1.1-alpha. That’s the anticipated response; it works! |
| 35 | + |
| 36 | + |
0 commit comments