stk-code_catmod/lib/libsquish
Alayan 7d4e8433c1
Require Cmake 3.6 or higher
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.
2024-05-21 14:06:16 +02:00
..
alpha.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
alpha.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
ChangeLog.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
clusterfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
clusterfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
CMakeLists.txt Require Cmake 3.6 or higher 2024-05-21 14:06:16 +02:00
colourblock.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourblock.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourset.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourset.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
config Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
config.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
Doxyfile Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
libsquish.pc.in Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
LICENSE.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
Makefile Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
maths.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
maths.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
rangefit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
rangefit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
README.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_float.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_sse.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_ve.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourlookup.inl Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
squish.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
squish.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00

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