eBookReaderSwitch/thirdparty/freeglut
Moroni Granja 98d9d7be17 Squashed 'mupdf/' content from commit 340abaf66
git-subtree-dir: mupdf
git-subtree-split: 340abaf66f43a04477866e5df8ba9726709f43f4
2019-10-30 13:48:08 -03:00
..
android Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
doc Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
include/GL Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
progs Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
src Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
.exrc Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
.gitignore Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
AUTHORS Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
CMakeLists.txt Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
COPYING Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
ChangeLog Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.android Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.blackberry Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.cmake Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.cygwin_mingw Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.mingw_cross Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
README.win32 Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
android_toolchain.cmake Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
blackberry.toolchain.cmake Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
config.h.in Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
freeglut.pc.in Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
freeglut.rc.in Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00
mingw_cross_toolchain.cmake Squashed 'mupdf/' content from commit 340abaf66 2019-10-30 13:48:08 -03:00

README

BRIEF OVERVIEW
==============

This is the freeglut package.

Freeglut, the Free OpenGL Utility Toolkit, is meant to be a free alternative to
Mark Kilgard's GLUT library. Freeglut is free software, distributed under an
MIT/X11 style license. You are free to use, modify, and redistribute FreeGLUT
with or without modifications (see COPYING for details).

PORTS
=====

Currently supported platforms:
 - UNIX systems with X11 (such as GNU/Linux, FreeBSD, etc)
 - MS Windows
 - MacOS X with XQuartz (no native Cocoa support yet)
 - Android (NDK)
 - Blackberry

Consult the platform-specific readme files for details on the level of support
and build instructions.


INSTALLATION
============

See README.cmake as a starting point, as well as the other README
files for further info.


CONTRIBUTING
============

Patches for bugfixes and new features are certainly welcome. Please send patches
to the freeglut-developer mailing list (see CONTACT below).

Feel free to report any bugs you encounter, using our bug tracking system:
https://sourceforge.net/p/freeglut/bugs/
Feature requests are also welcome at:
https://sourceforge.net/p/freeglut/feature-requests/

If your bug report needs urgent attention, please also post a message to the
aforementioned freeglut-developer mailing list, to make sure we'll see it ASAP.


CONTACT
=======

FreeGLUT website: http://freeglut.sourceforge.net

FreeGLUT mailing lists:
 - developer: https://lists.sourceforge.net/lists/listinfo/freeglut-developer
 - bugs: https://lists.sourceforge.net/lists/listinfo/freeglut-bugs
 - announce: https://lists.sourceforge.net/lists/listinfo/freeglut-announce

  You need to subscribe before posting to any of our mailing lists. Make sure
  to avoid selecting "daily digest mode" if you intend to post, so that you can
  reply properly to specific messages. Also, please do not top-post, and try to
  send properly formated emails (text, hard-wrapped at 72 columns, no binary or
  large attachements).