1.0
This release contains three different packages:
- Documentation only (
CE3D2-100-docs.tgz
) - Prebuilt with documentation (
CE3D2-100-x86-64-docs.tgz
) - Prebuilt only (
CE3D2-100-x86-64.tgz
)
The library is located directly inside the build/debug
or build/release
(called libCE3D2.so
). Documentation is HTML-only, the main page is called index.html
.
To install the library, execute ./make.sh install release
with elevated privileges. If you want to debug CE3D2, you can also install it using ./make.sh install debug
.