Initial commit
This commit is contained in:
46
tools/unix/tplib_template/ReadMe.ThirdParty.html
Executable file
46
tools/unix/tplib_template/ReadMe.ThirdParty.html
Executable file
@ -0,0 +1,46 @@
|
||||
<p>This file describes the Third Party libraries that are used to build
|
||||
Torque on Unix. Source code for Torque is not included with this
|
||||
distribution. Source code can be purchased at
|
||||
<a href="http://www.garagegames.com">www.garagegames.com</a>.
|
||||
|
||||
<p>Note that Torque itself is not licensed under the terms of the GPL or the
|
||||
LGPL.
|
||||
|
||||
<ul>
|
||||
<li>The SDL (Simple DirectMedia Layer) version used to build this product is
|
||||
XXXXX and can be downloaded from <a href="http://www.libsdl.org">
|
||||
http://www.libsdl.org</a>
|
||||
|
||||
<li>The OpenAL binary (libopenal.so) provided with this distribution is built
|
||||
from an OpenAL snapshot. That snapshot can be downloaded from here:
|
||||
<a href="http://www.garagegames.com/docs/torque.sdk/gstarted/openal.html">
|
||||
http://www.garagegames.com/docs/torque.sdk/gstarted/openal.html</a>.
|
||||
For more information about OpenAL check out
|
||||
<a href="http://opensource.creative.com">opensource.creative.com</a> and
|
||||
<a href="http://www.openal.org">www.openal.org</a>.
|
||||
|
||||
<li>The GNU C/C++ library used is version XXXXX. Check
|
||||
<a href="http://www.fsf.org">http://www.fsf.org</a> for
|
||||
more information about these libraries.
|
||||
|
||||
<li>The GLU library is from verson XXXXX of the Mesa 3D graphics library.
|
||||
This library is statically linked for compatibility.
|
||||
<a href="http://www.mesa3d.org">http://www.mesa3d.org</a>
|
||||
|
||||
<li>The following libraries are from the XFree86 project. Please check
|
||||
<a href="http://www.xfree86.org">http://www.xfree86.org</a>
|
||||
for more information about these libraries.
|
||||
|
||||
<ul>
|
||||
<li>libX11
|
||||
<li>libXext
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<p>SDL and OpenAL are licensed under the terms of the
|
||||
<a href="tplib/COPYING.LGPL">LGPL</a>.
|
||||
|
||||
<p>libstdc++ is licensed under the terms of the <a href="tplib/COPYING.GPL">GPL</a>, with the so-called
|
||||
<a href="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/license.html">
|
||||
"runtime exception"</a>.
|
||||
|
Reference in New Issue
Block a user