Montimage / 5Greplay

Tool for modifying and replaying 5G protocol network traffic
https://5greplay.org
Apache License 2.0
83 stars 21 forks source link

Cannot Build From the Source #35

Closed DLTeamTUC closed 1 year ago

DLTeamTUC commented 1 year ago

Hello,

I want to install 5GReplay from the source using the following tutorial (because I'm using Ubuntu 22.04.2 LTS): https://github.com/Montimage/5Greplay/tree/main/docs/docs/guide/building-from-source

However, after I clone the repository, I can't find the 'lib' folder (please see here), thus, the rest of the installation process can't be done. Can you please let me know how to install it?

Thank you.

nhnghia commented 1 year ago

Hi,

You can use: 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 to install the "library"

I also updated the install instruction

DLTeamTUC commented 1 year ago

Awesome! Now it's installed. Thanks for the prompt response.