1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Created by texi2html 1.64 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
-->
<HTML>
<HEAD>
<TITLE>Crystal Space: External Libraries</TITLE>
<META NAME="description" CONTENT="Crystal Space: External Libraries">
<META NAME="keywords" CONTENT="Crystal Space: External Libraries">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.64">
</HEAD>
<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<A NAME="SEC25"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_17.html#SEC24"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_19.html#SEC29"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_15.html#SEC22"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_15.html#SEC22"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_45.html#SEC119"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<HR SIZE=1>
<H2> 2.3 External Libraries </H2>
<!--docid::SEC25::-->
<P>
Crystal Space relies upon several external, and publicly available
development libraries. These libraries are:
</P><P>
<UL>
<LI>
<CODE>zlib</CODE>
<LI>
<CODE>libpng</CODE>
<LI>
<CODE>libjpeg</CODE>
</UL>
<P>
Many computer systems come with these libraries pre-installed.
If the libraries are not already available on your system, then see the
following sections for information about how to obtain them.
</P><P>
Microsoft Visual C++ 5 and 6 and DOS users can download a single package which
contains all headers, pre-built library files, and dynamic link libraries in
pre-compiled form from the following location on the Crystal Space server:
</P><P>
<A HREF="ftp://ftp.sunsite.dk/projects/crystal/support/win32/msvc_libs_0.94.zip">ftp://ftp.sunsite.dk/projects/crystal/support/win32/msvc_libs_0.94.zip</A>
</P><P>
<A HREF="ftp://62.188.48.183/crystal_space/support/win32/msvc_libs_0.94.zip">ftp://62.188.48.183/crystal_space/support/win32/msvc_libs_0.94.zip</A>
</P><P>
Microsoft Visual C++ 7 and DOS users can download a single package which
contains all headers, pre-built library files, and dynamic link libraries in
pre-compiled form from the following location on the Crystal Space server:
</P><P>
<A HREF="ftp://ftp.sunsite.dk/projects/crystal/support/win32/msvc7/msvc7_libs_0.94.zip">ftp://ftp.sunsite.dk/projects/crystal/support/win32/msvc7/msvc7_libs_0.94.zip</A>
</P><P>
<A HREF="ftp://62.188.48.183/crystal_space/support/win32/msvc7/msvc7_libs_0.94.zip">ftp://62.188.48.183/crystal_space/support/win32/msvc7/msvc7_libs_0.94.zip</A>
</P><P>
<A NAME="SEC26"></A>
<H3> zlib </H3>
<!--docid::SEC26::-->
<P>
Crystal Space relies upon the <CODE>zlib</CODE> library for reading ZIP files.
You can download <CODE>zlib</CODE> from:
</P><P>
<A HREF="ftp://ftp.uu.net/graphics/png/src">ftp://ftp.uu.net/graphics/png/src</A><CODE>/zlib-?????.tar.gz</CODE><BR>
(as of this writing the current latest version is `<TT>zlib-1.1.4.tar.gz</TT>')
</P><P>
After downloading you must put the contents of that package in
`<TT>CS/libs/zlib</TT>'. It is possible to put the library somewhere else as well
(for example in the standard `<TT>/usr</TT>' directories) but you must ensure
that the makefile will be able to find it (more on this later).
</P><P>
Read the compilation instructions included with <CODE>zlib</CODE> and compile it.
</P><P>
<A NAME="SEC27"></A>
<H3> libpng </H3>
<!--docid::SEC27::-->
<P>
Crystal Space relies upon the <CODE>libpng</CODE> library for reading PNG graphic
files. You can download <CODE>libpng</CODE> from:
</P><P>
<A HREF="ftp://ftp.uu.net/graphics/png/src">ftp://ftp.uu.net/graphics/png/src</A><CODE>/libpng-?????.tar.gz</CODE><BR>
(as of this writing the current latest version is `<TT>libpng-1.0.12.tar.gz</TT>')
</P><P>
After downloading you must put the contents of that package in
`<TT>CS/libs/libpng</TT>'. It is possible to put the library somewhere else as well
(for example in the standard `<TT>/usr</TT>' directories) but you must ensure
that the makefile will be able to find it (more on this later).
</P><P>
Read the compilation instructions included with <CODE>libpng</CODE> and compile it.
</P><P>
<A NAME="SEC28"></A>
<H3> libjpeg </H3>
<!--docid::SEC28::-->
<P>
Crystal Space relies upon the <CODE>libjpeg</CODE> library for reading JPEG graphic
files. You can download <CODE>libjpeg</CODE> from:
</P><P>
<A HREF="ftp://ftp.uu.net/graphics/jpeg">ftp://ftp.uu.net/graphics/jpeg</A><CODE>/jpegsrc.???.tar.gz</CODE><BR>
(as of this writing the current latest version is `<TT>jpegsrc.v6b.tar.gz</TT>')
</P><P>
After downloading you must put the contents of that package in
`<TT>CS/libs/libjpeg</TT>'. It is possible to put the library somewhere else as well
(for example in the standard `<TT>/usr</TT>' directories) but you must ensure
that the makefile will be able to find it (more on this later).
</P><P>
Read the compilation instructions included with <CODE>libjpeg</CODE> and compile it.
<A NAME="Platform Instructions"></A>
<HR SIZE=1>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_17.html#SEC24"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_19.html#SEC29"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_15.html#SEC22"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_15.html#SEC22"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_45.html#SEC119"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<BR>
<FONT SIZE="-1">
This document was generated
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
"><I>texi2html</I></A>
</BODY>
</HTML>
|