csv2mib.exe was built in Ubuntu 15.04 with a 3.19.0 kernel.  

It requires the following libraries:
 - libcsv-dev (3.0.3+dfsg-2)

It was built using the following compilation:
 gcc csv2mib.c -o csv2mib.exe -lcsv

csv2mib.exe requires the CSV-converted version of the Management Resources Matrix file from 
IRIG 106 Chapter 25, Appendix 25A.  The CSV file should have a field delimiter of ',' (comma) 
and a text delimiter of '"' (double quote).

Example execution:
 ./csv2mib.exe test.csv test.mib

The templates/ directory contains files with information necessary for csv2mib.exe to 
generate a proper SNMP MIB.  DO NOT DELETE THESE FILES.

