README 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. LICENSE
  2. -------
  3. The squish library is distributed under the terms and conditions of the MIT
  4. license. This license is specified at the top of each source file and must be
  5. preserved in its entirety.
  6. BUILDING AND INSTALLING THE LIBRARY
  7. -----------------------------------
  8. If you are using Visual Studio 2003 or above under Windows then load the Visual
  9. Studio 2003 project in the vs7 folder. By default, the library is built using
  10. SSE2 optimisations. To change this either change or remove the SQUISH_USE_SSE=2
  11. from the preprocessor symbols.
  12. If you are using a Mac then load the Xcode 2.2 project in the distribution. By
  13. default, the library is built using Altivec optimisations. To change this
  14. either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I
  15. guess I'll have to think about changing this for the new Intel Macs that are
  16. rolling out...
  17. If you are using unix then first edit the config file in the base directory of
  18. the distribution, enabling Altivec or SSE with the USE_ALTIVEC or USE_SSE
  19. variables, and editing the optimisation flags passed to the C++ compiler if
  20. necessary. Then make can be used to build the library, and make install (from
  21. the superuser account) can be used to install (into /usr/local by default).
  22. REPORTING BUGS OR FEATURE REQUESTS
  23. ----------------------------------
  24. Feedback can be sent to Simon Brown (the developer) at [email protected]
  25. New releases are announced on the squish library homepage at
  26. http://sjbrown.co.uk/?code=squish