Changes between Version 1 and Version 2 of Tutorials/i1Net/mgen
- Timestamp:
- Jun 11, 2018, 5:48:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/i1Net/mgen
v1 v2 17 17 18 18 19 2) Download the source file for mgen , navigate to 'makefiles' directory and build.19 2) Download the source file for mgen and apply oml patch 20 20 {{{ 21 21 wget https://downloads.pf.itd.nrl.navy.mil/mgen/src-mgen-5.02c.tgz 22 22 tar -zxvf src-mgen-5.02c.tgz 23 23 mv src-mgen-5.02c.tgz mgen 24 25 wget http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/i1Net/mgen/mgen_oml.patch 26 patch -b p0 mgen_oml.patch 27 }}} 28 29 3) Navigate to 'makefiles' directory and build. 30 {{{ 24 31 cd mgen/makefile 25 32 make -f Makefile.linux mgen 26 33 }}} 27 34 28 3) use help for a listing of options35 4) use help for a listing of options 29 36 {{{ 30 37 ./mgen help