Skip to content

Commit

Permalink
fixup! ci: build macos with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler authored and vfusco committed Oct 24, 2023
1 parent 724afb5 commit abb7760
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sudo luarocks install --lua-version=5.4 md5

##### Homebrew
```
brew install llvm@12 automake boost libomp wget cmake pkg-config grpc zlib openssl [email protected] libb64 nlohmann-json luarocks
brew install llvm@12 automake boost libomp wget cmake pkg-config grpc zlib openssl cryptopp [email protected] libb64 nlohmann-json luarocks
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install lpeg
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install dkjson
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install luasocket
Expand All @@ -74,10 +74,6 @@ luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install md5

For emulator scripts to work it is expected that `lua5.4` binary is available in the system PATH. If operating system/package manager that you are using provides only `lua` or lua binary named in a different way (e.g. on `Homebrew`), please create symbolic link or alias `lua5.4`.

###### libcryptopp
Homebrew does not have a formula for this library on the official repository, at the time of this writing.
More information on how to obtain this library can be found on https://www.cryptopp.com

### Build

```bash
Expand Down

0 comments on commit abb7760

Please sign in to comment.