Saturday, May 14, 2011

NS3: Apply a Patch to Source

Sometimes it is necessary to apply patch to update NS3 source. Use the following steps to apply patch.

  • Download desired patchFile
  • Open shell
  • Goto ns3 root directory (cd /...path to .../ns-3***)
  • run the command 'patch -p1 < /...path to ../patchFile'

0 comments:

Post a Comment