Skip to content

0.21.1

Latest
Compare
Choose a tag to compare
@aous72 aous72 released this 18 Feb 11:12
· 3 commits to master since this release
967863d

This enables compilation for 32bit systems.
I never intended to support 32bit properly; so, this version allows compilation for 32bit systems with many warnings.
For Windows, you need the correct compiler.
For Linux you need the -m32 flag. Run export CXXFLAGS="-m32" and export CXXFLAGS="-m32" before running cmake.
To have TIFF support, you need the 32bit TIFF library.

What's Changed

  • Update CMakeLists.txt for config file naming convention by @kmilos in #180
  • Compilation for 32bit by @aous72 in #181

New Contributors

Full Changelog: 0.21.0...0.21.1