ET 16.4

Documentation and instructions for getting ET 16.4
Files associated with this page: 
AttachmentSize
File ET 16.4 Jar File (Java 8)248.7 KB
Plain text icon README10.89 KB
Other pages in this section:

ET 14 Web Manual Old Web C Manual
ET 16.4 Developer's Javadoc Developer's Javadoc
ET 16.4 Doxygen Doxygen
ET 16.4 Javadoc Javadoc
ET 16.4 User's Guide User's Guide

The best way to get ET is to go to its

               github site

and follow the instructions there. In the resulting et directory, follow the instructions in the doc/users_guide/ET_Users_Guide.pdf document, Chapter 2, in order to build ET. It can also be found in the User's Guide link to the right.

If using Java, it can be built, or a pre-build jar file can be found in java/jars/java8/et-16.4.jar which was built with Java version 8. A jar built with Java 15 can be found in java/jars/java15/et-16.4.jar . Easiest of all, it's available for download from this page.

 

Guide to Documentation

For the Java library user, the most useful are:

1. User's Guide which contains much general information
2. Javadoc which contains details about the Java library classes and methods

For the C library user, the most useful are:

1. User's Guide which contains much general information
2. Doxygen which contains details about the library C functions
3. Web manual, Version 14 which contains older details about the library C functions

For the Java developer, the most useful is:

1. Developer's Javadoc which contains details about the Java library classes and methods