HI,
I am new to TRex. While searching for the installation steps (on Ubuntu 22.04 LTS), I found 2 different methods.
Method I:
download: git clone https://github.com/cisco-system-traffic-generator/trex-core.git and build.
cp trex-core-2.97.tar.gz /opt
tar zxvf trex-core-2.97.tar.gz
cd trex-core-2.97/linux_dpdk
./b configure
./b build
Method II :
Latest (stable) release:
[bash]>mkdir -p
/opt/trex
[bash]>cd /opt/trex
[bash]>wget --no-cache https://trex-tgn.cisco.com/trex/release/latest
[bash]>tar -xzvf latest
From <https://trex-tgn.cisco.com/trex/doc/trex_manual.html#_download_and_installation>
What is the difference between these 2 types of installation.
What is trex-core?
Can anyone pls help me to understand this?
Thanks in advance.