-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
6 changed files
with
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,12 @@ cd xranc | |
make | ||
``` | ||
|
||
**NOTE**: Makefile in the root directory has four options: | ||
- make or make all: install everything in this repo | ||
- make utilities: only install utilities and dependencies | ||
- make build: build xranc interfaces, xranc, and enbsim | ||
- make clean: clean all object and binary files | ||
|
||
## Manual steps to install xRANc | ||
### Install dependencies | ||
``` | ||
|
@@ -19,6 +25,14 @@ sudo apt install libsctp-dev | |
#### Install gRPC | ||
Please follow this [link](https://github.com/grpc/grpc/blob/v1.25.0/BUILDING.md) | ||
|
||
#### Install hiredis | ||
``` | ||
git clone https://github.com/redis/hiredis | ||
cd /path/to/hiredis | ||
make | ||
sudo make install | ||
``` | ||
|
||
#### Clone with SSH or HTTPS | ||
``` | ||
git clone [email protected]:OpenNetworkingFoundation/xranc.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