Please refer to the ns-3 wiki for instructions on how to set up your system to install ns-3.
Version 3.33 is required for the MPQUIC module. (We recommend Ubuntu 18.04 for ns-3.33 compatibility.)
wget https://www.nsnam.org/releases/ns-allinone-3.33.tar.bz2
tar xjf ns-allinone-3.33.tar.bz2
cd ns-allinone-3.33/ns-3.33/
Make sure that you're now in the ns-3.33 directory.
git clone git@github.com:JiahaiHu/ns3-mpquic.git src/quic
Run the script to patch the application module.
cd src/quic
./patch.sh
Make sure that you're now in the ns-3.33 directory.
./waf configure --enable-tests --enable-examples
Compile the ns-3.
./waf build