2. Tool usage

2.1. Microsoft .NET Framework: Windows

_images/NET-Framework-Windows.png

EniBuilder.exe [config.xml]

The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.

2.2. Microsoft .NET Framework: Linux

_images/NET-Framework-Linux.png

mono EniBuilder.exe [config.xml]

The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.

2.3. Microsoft .NET Core: Windows

_images/NET-Core-Windows.png

EniBuilder.exe [config.xml]

The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.

2.4. Microsoft .NET Core: Linux

_images/NET-Core-Linux.png

./EniBuilder [config.xml]

The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.