This is a Git clone of the Subversion repository for the reference implementation libE57.
- also the Simple API is included in the library
- changes for building on Linux as distributed in clausmichele/libE57-linux, applied to the linux branch of this repository and merged into main
- build fixes for macOS from arnaudbletterer/E57
- version bump
Compile with:
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
make && sudo make install
Please refer to the license.html on the libe57 website.