1 UNIX: 2 3 1. cp Makefile.whatever Makefile 4 2. make 5 3. make install 6 4. Add the following to your profile: 7 NETMAPRDIR=/usr/local/share/netmapr 8 export NETMAPRDIR 9 10 WINDOWS: 11 1. Unzip to C:\program files (or anywhere else) 12 2. Add the following environment variable 13 (my computer->properties->advanced->environment settings) 14 15 Name: NETMAPRDIR 16 Value: C:\program files\netmapr-1.0 (or wherever you unzipped it)