Skip to content

Commit

Permalink
Update instruction to install mmt-dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia authored Jun 7, 2023
1 parent 77dda18 commit 0fec456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guide/building-from-source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Suppose on your machine installed Ubuntu 18.04, you have:

- *gcc, make, git, libxml2-dev, libpcap-dev, libconfuse-dev libsctp-dev* : `sudo apt update && sudo apt install gcc make git libxml2-dev libpcap-dev libconfuse-dev libsctp-dev`
- *the source code on your machine*: `git clone https://github.com/montimage/5greplay.git`
- *mmt-sdk*: `cd 5greplay; sudo dpkg -i lib/mmt-dpi*.deb; sudo ldconfig`
- [*mmt-dpi*](https://github.com/Montimage/mmt-dpi): `wget https://github.com/Montimage/mmt-dpi/releases/download/v1.7.9/mmt-dpi_1.7.9_8694eaa_Linux_x86_64.deb && sudo dpkg -i ./mmt-dpi*.deb && sudo ldconfig`

## Clean

Expand Down

0 comments on commit 0fec456

Please sign in to comment.