From 5e851adc75c3e7e06ffc65df44ee980d16c93177 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Mon, 19 Dec 2011 15:41:16 +0000 Subject: [PATCH] updated to show Linux Makefile --- wiki/MGEN.wiki | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wiki/MGEN.wiki b/wiki/MGEN.wiki index 19a17e76..9a929317 100644 --- a/wiki/MGEN.wiki +++ b/wiki/MGEN.wiki @@ -20,15 +20,16 @@ MGEN is an open source traffic generator developed by NRL, available here: [http > ln -s ../protolib }}} # if using FreeBSD, fix the MGEN makefile; edit the file `~/mgen/makefiles/Makefile.freebsd` and change the line `SYSTEM_LIBS = -lc_r` to `SYSTEM_LIBS = -lpthread` - # Build MGEN; use the Makefile for your OS (FreeBSD shown below) + # Build MGEN; use the Makefile for your OS {{{ > cd ~/mgen/makefiles -> make -f Makefile.freebsd +> make -f Makefile.linux +> # or, if FreeBSD use this: make -f Makefile.freebsd }}} # Install it {{{ -> sudo install -g wheel -o root -m 555 mgen /usr/bin -> sudo install -g wheel -o root -m 555 mpmgr /usr/bin +> sudo install -g root -o root -m 555 mgen /usr/local/bin +> sudo install -g root -o root -m 555 mpmgr /usr/local/bin }}}