-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix build on MacOS with homebrew
- Loading branch information
Showing
2 changed files
with
39 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@15 automake boost libomp wget cmake cryptopp pkg-config grpc zlib openssl [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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters