-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: make
protobuf-c
into a git submodule
- Loading branch information
Showing
8 changed files
with
18 additions
and
17 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/rpcserver/protobuf-c"] | ||
path = src/rpcserver/protobuf-c | ||
url = https://github.com/protobuf-c/protobuf-c.git |
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ For macOS/iOS (Ensure that Xcode is installed): | |
```bash | ||
brew install protobuf protobuf-c | ||
python3 -m pip install mypy-protobuf protobuf grpcio-tools | ||
git clone [email protected]:doronz88/rpc-project.git | ||
git clone [email protected]:doronz88/rpc-project.git --recurse-submodules | ||
cd rpc-project | ||
make -C src/protos/ all | ||
cd src/rpcserver | ||
|
@@ -102,7 +102,7 @@ make | |
```bash | ||
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev protobuf-c-compiler | ||
python3 -m pip mypy-protobuf protobuf grpcio-tools | ||
git clone [email protected]:doronz88/rpc-project.git | ||
git clone [email protected]:doronz88/rpc-project.git --recurse-submodules | ||
cd rpc-project | ||
make -C src/protos/ all | ||
cd src/rpcserver | ||
|
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
Submodule protobuf-c
added at
8c201f