Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 2c46997be5021ee3173c5af9332905d7 > files > 880

blender-manual-2.49a-1ark.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML
><HEAD
><TITLE
>Installation</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="Blender Documentation Volume I - User Guide"
HREF="book1.html"><LINK
REL="UP"
TITLE="YafRay"
HREF="c11488.html"><LINK
REL="PREVIOUS"
TITLE="YafRay"
HREF="c11488.html"><LINK
REL="NEXT"
TITLE="Scene Description Language Overview"
HREF="x11539.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Blender Documentation Volume I - User Guide: Last modified April 29 2004 S68</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="c11488.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>YafRay</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x11539.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="section_yafray_install"
></A
>Installation</H1
><P
>&#13;	YafRay is available for Linux, Windows and Mac OSX. Download
	the package suitable for your OS at www.yafray.org.
    </P
><DIV
CLASS="section"
><H2
CLASS="section"
><A
NAME="section_yafray_windows"
></A
>YafRay for Windows</H2
><P
>&#13;	Run the installer program. It will create a directory called
	"yafray" on your c:\ drive. This directory contains the
	yafray.exe executable and the grammar file which are used by the
	loader. Also the installer copies three dll's into your Windows
	system directory. This dll's are for cygwin support. Finally, a batch
	file (yafray.bat) is copied into the Windows directory (we need this
	file in the PATH). 
    </P
><P
>&#13;	To run YafRay is easy. Just open a MS-DOS window, go
	to you working directory and type "yafray file.xml" or
	"yafray file.xml.gz". For example, if you want to work in
	<TT
CLASS="literal"
>e:\raytracing\work</TT
> on an XML file
	which resides in <TT
CLASS="literal"
>C:\Docs\xmls</TT
> named <TT
CLASS="literal"
>test.xml</TT
>,
	you open a MS-DOS	windows and:
    </P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="programlisting"
>&#13;c:\windows\&#62;
c:\windows\&#62; e: 
e:&#62; cd e:\raytracing\work
e:\raytracing\work&#62; yafray c:\Docs\xmls\test.xml
                                                  </PRE
></TD
></TR
></TABLE
><P
>&#13;	One or more targa file, the output of the render, will be created in
	the <TT
CLASS="literal"
>e:\raytracing\work directory</TT
>.
    </P
></DIV
><DIV
CLASS="section"
><H2
CLASS="section"
><A
NAME="section_yafray_mac"
></A
>YafRay for Mac OSX</H2
><P
>&#13;	Expand the tarball. (stuffIt expander can expand tarball also).
	Double click on the expanded package to run installer. YafRay must be installed
	on the Root device (the one on which it has been installed MacOSX), 
	<I
CLASS="emphasis"
>you cannot choose any other disk</I
>
    </P
><P
>&#13;	Installed files and location are:<TT
CLASS="literal"
>&#13;	/usr/sbin/yafray /usr/etc/gram.yafray</TT
>
    </P
><P
>&#13;	YafRay utilization does not differ noticeably from the three OS, so
 	you can refear to the previous section.
    </P
><P
>&#13;	YafRay has just 2 files ' /usr/sbin/yafray ' and '
	/usr/etc/gram.yafray' . But common user cannot acccess those
	directory via Mac OSX GUI usually, so the <I
CLASS="emphasis"
>OS X Package Manager</I
>
	(OSXPM) can help you to uninstall packages from your disk.
    </P
></DIV
><DIV
CLASS="section"
><H2
CLASS="section"
><A
NAME="section_yafray_linux"
></A
>YafRay on Linux</H2
><P
>Expand the tarball.</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="programlisting"
>&#13;tar xvzf yafray-#.#.#.tar.gz
                          </PRE
></TD
></TR
></TABLE
><P
>Go into the newly created directory and configure it for your machine.</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="programlisting"
>&#13;./configure
                          </PRE
></TD
></TR
></TABLE
><P
>&#13;	Make sure that zlib and jpeg support is enabled. If not, you need install devel pakages for libjpeg and libgz (check your distribution for it).
	</P
><P
>&#13;	Build it!
	</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="programlisting"
>&#13;make
                          </PRE
></TD
></TR
></TABLE
><P
>&#13;	If this fails you can try
	</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="programlisting"
>&#13;cd src
make yafray
                          </PRE
></TD
></TR
></TABLE
><P
>&#13;	The executable is <TT
CLASS="literal"
>yafray</TT
> and is a command
	Line program, whose usage is analogous to the what described
	In the "Windows" section.
        </P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="c11488.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x11539.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>YafRay</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="c11488.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Scene Description Language Overview</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>