doas make install-zsh
```
+### NetBSD
+```sh
+doas pkgin install gpgme gnupg pinentry
+make
+doas make install
+doas make install-zsh
+```
+
### FreeBSD
```sh
doas pkg install gpgme gnupg pinentry
doas make install-zsh
```
+### macOS
+```sh
+brew install bmake libassuan gpgme gnupg pinentry pinentry-mac
+bmake
+doas bmake install
+doas bmake install-zsh
+```
+
## 初期設定 | Initial setup
「gpg -k」でGPG鍵IDを確認して、「sp -i [GPG ID]」を実行して下さい。
Confirm your GPG key ID with "gpg -k", and run "sp -i [GPG ID]".
#include <openssl/hmac.h>
#include <openssl/sha.h>
+#ifndef __APPLE
+#include <libkern/OSByteOrder.h>
+#define htobe64(x) OSSwapHostToBigInt64(x)
+#endif
+
#include "base32.h"
#include "common.h"
#include "otppass.h"