Skip to content

Version 2.8.1

Choose a tag to compare

@akb825 akb825 released this 21 Jan 01:36
· 17 commits to master since this release

Updated astc-encoder to 5.1.0.

Binaries are provided for the following platforms:

  • Linux (glibc 2.31 or later) (x86-64) (e.g. Ubuntu 20.04)
  • macOS 10.14 or later (x86-64/arm64 universal binary)
  • Windows (VS 2017 runtime) (x86 and x86_64) Each has two separate artifacts:
    • "full" release, which includes the debug and release libraries that may be linked to by other applications. This will require the Visual Studio redistributable to be installed.
    • "tool" release, which includes only the tool. It is statically linked and uses the static runtime, which means it will run without the Visual Studio redistributable installed.

Note: When using the pre-built binaries on Mac you may need to allow execution of the executable and libraries under the "Security & Privacy" control panel. You may also add specific apps (such as Terminal) to the "Developer Tools" option in the "Privacy" section to allow running unsigned code without prompts.