🔔 Before Installation#

Prerequisites#

To effectively use etformat, you need to install:

EDFAPI Library Location#

The package searches for the edfapi library in the following locations:

Default Installation Paths#

  • Windows: C:/Program Files (x86)/SR Research/EyeLink/libs/x64

  • macOS: /Library/Frameworks

  • Linux: /usr/lib (globally accessible)

Custom Installation#

If you installed the EyeLink Developers Kit in a non-default location, you have two options to specify the edfapi library path:

  1. Set the EDFAPI_LIB environment variable

  2. Provide the path as a parameter when using the package

Note: If you used the default installation settings, no additional configuration should be necessary.