Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 855 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 855 Bytes

libE57: Software Tools for Managing E57 Files

This is a Git clone of the Subversion repository for the reference implementation libE57.

Changes

  • 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

Instructions

Compile with:

mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
make && sudo make install

License

Please refer to the license.html on the libe57 website.