7d4e8433c1
This gets rid of deprecation warnings. Cmake 3.6 has been out for almost 8 years by now, so this requirement should not cause undue trouble to people trying to compile the game. |
||
---|---|---|
.. | ||
alpha.cpp | ||
alpha.h | ||
ChangeLog.txt | ||
clusterfit.cpp | ||
clusterfit.h | ||
CMakeLists.txt | ||
colourblock.cpp | ||
colourblock.h | ||
colourfit.cpp | ||
colourfit.h | ||
colourset.cpp | ||
colourset.h | ||
config | ||
config.h | ||
Doxyfile | ||
libsquish.pc.in | ||
LICENSE.txt | ||
Makefile | ||
maths.cpp | ||
maths.h | ||
rangefit.cpp | ||
rangefit.h | ||
README.txt | ||
simd_float.h | ||
simd_sse.h | ||
simd_ve.h | ||
simd.h | ||
singlecolourfit.cpp | ||
singlecolourfit.h | ||
singlecolourlookup.inl | ||
squish.cpp | ||
squish.h |
LICENSE ------- The squish library is distributed under the terms and conditions of the MIT license. This license is specified at the top of each source file and must be preserved in its entirety. BUILDING AND INSTALLING THE LIBRARY ----------------------------------- The preferred way to install the library on Unix/Mac (and Windows) is via cmake: cmake . && make && sudo make install REPORTING BUGS OR FEATURE REQUESTS ---------------------------------- Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk Feedback can also be sent to Stefan Roettger (the maintainer) at snroettg@gmail.com