-
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.
- Loading branch information
Showing
10 changed files
with
36 additions
and
42 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
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
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
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 |
---|---|---|
|
@@ -24,17 +24,15 @@ Docker targets: | |
- Cryptopp >= 7.0.0 | ||
- GRPC >= 1.45.0 | ||
- Lua >= 5.4.4 | ||
- Boost >= 1.81 | ||
|
||
Obs: Please note that Apple Clang Version number does not follow upstream LLVM/Clang. | ||
|
||
#### Debian Bookworm | ||
|
||
``` | ||
apt-get install build-essential wget git clang-tidy-15 clang-format-15 \ | ||
libreadline-dev libboost-context1.81-dev \ | ||
libboost-filesystem1.81-dev libssl-dev libc-ares-dev zlib1g-dev \ | ||
ca-certificates automake libtool patchelf cmake pkg-config lua5.4 liblua5.4-dev \ | ||
libssl-dev \ | ||
ca-certificates automake libtool patchelf pkg-config lua5.4 liblua5.4-dev \ | ||
libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc \ | ||
luarocks libcrypto++-dev | ||
|
@@ -48,7 +46,7 @@ sudo luarocks install --lua-version=5.4 luaposix | |
|
||
##### MacPorts | ||
``` | ||
sudo port install clang-15 automake boost libtool wget cmake pkgconfig grpc zlib openssl lua libcryptopp lua-luarocks | ||
sudo port install clang-15 automake libtool wget pkgconfig grpc openssl lua libcryptopp lua-luarocks | ||
sudo luarocks install --lua-version=5.4 lpeg | ||
sudo luarocks install --lua-version=5.4 dkjson | ||
|
@@ -59,7 +57,7 @@ sudo luarocks install --lua-version=5.4 luaposix | |
|
||
##### Homebrew | ||
``` | ||
brew install llvm@15 automake boost libomp wget cmake cryptopp pkg-config grpc zlib openssl [email protected] luarocks | ||
brew install llvm@15 automake wget cryptopp pkg-config grpc openssl [email protected] 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 | ||
|
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
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
https://github.com/cesanta/mongoose/archive/refs/tags/7.12.tar.gz | ||
https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz | ||
https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
fe939f7f6d7adb76480a0fe593e66b9a6cc9ad55 downloads/7.12.tar.gz | ||
eb5e17350b5ccd5926fd6bad9f09385c742a3352 downloads/boost_1_83_0.tar.gz | ||
ce36f0cfc3ebba05259186ad6fd2233e14e0e698 downloads/json.hpp |
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
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