root/WizardsToolkit/trunk/www/install-source.html

Revision 1, 8.7 KB (checked in by cristy, 3 months ago)


Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
4<head>
5  <style type="text/css"><!--
6    @import url("../www/wizard.css");
7  //--></style>
8  <title>Wizard's Toolkit: Install from Source</title>
9  <meta http-equiv="Content-Language" content="en-US"/>
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
11  <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
12  <meta name="Generator" content="PHP"/>
13  <meta name="Keywords" content="install, from, source, WizardsToolkit, Wizard's, Toolkit"/>
14  <meta name="Description" content="The Wizard's Toolkit, version 1.0.2, is a free C API that includes a number of methods most developers will find useful in their projects."/>
15  <meta name="Rating" content="INDEX, FOLLOW"/>
16  <meta name="Robots" content="ALL"/>
17  <meta name="Generator" content="ImageMagick Studio LLC"/>
18  <meta name="Author" content="ImageMagick Studio LLC"/>
19  <meta name="Revisit-after" content="2 DAYS"/>
20  <meta name="Resource-type" content="document"/>
21  <meta name="Copyright" content="Copyright (c) 1999-2009 ImageMagick Studio LLC"/>
22  <meta name="Distribution" content="Global"/>
23  <link rel="shortcut icon" href="../images/wand.ico"  type="images/vnd.microsoft.icon"/>
24</head>
25
26<body id="www-wizards-toolkit.org">
27  <table id="titlebar" style="width: 100%;background-color: #f5f5f5" cellpadding="0" cellspacing="0" border="0" summary="Wizard's Toolkit">
28    <tbody>
29      <tr valign="top">
30        <td align="left"><a href="../index.html"><img id="titlebar-west" src="../images/script.png" alt="[Wizard's Toolkit]" width="400" height="60" border="0" vspace="28" name="titlebar-west" /></a></td>
31        <td align="left"><a href="http://www.wizards-toolkit.org/" target="1321262206"><img id="titlebar-west" src="../images/sponsor.jpg" alt="[sponsor]" border="0" vspace="28" name="titlebar-west" /></a></td>
32        <td width="99%"><br /></td>
33        <td style="background-color: white" align="right"><a href="../index.html"><img src="../images/sprite.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
34        <td style="background-color: white" align="right"><a href="http://www.wizards-toolkit.org/discourse-server/viewforum.html?f=17" target="1017660115"><img id="titlebar-east" src="../images/logo.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
35      </tr>
36    </tbody>
37  </table>
38
39  <table style="width: 100%" border="0" cellpadding="0" cellspacing="0" summary="">
40  <tbody>
41
42    <tr valign="top" style="height: 100%;">
43      <td id="menu" width="1%" height="100%">
44      <p><a href="#main">Skip to page contents</a></p>
45       <font size="-1">
46      <span>[</span>
47      <a href="../index.html">About the<br />Wizard's Toolkit</a>
48  <span>]</span><br /><span>[</span>
49      <a href="../www/command-line-tools.html">Command-line Tools</a>
50  <span>]</span><br /><span>[</span>
51      <a href="../www/api.html">Application Program<br />Interface</a>
52  <span>]</span><br /><span>[</span>
53      <a href="../www/install-source.html">Install from Source</a>
54      <a href="../www/install-source.html#unix" class="sub">Unix</a>
55      <a href="../www/install-source.html#windows" class="sub">Windows</a>
56      <a href="../www/binary-releases.html">Binary Releases</a>
57      <a href="../www/binary-releases.html#unix" class="sub">Unix</a>
58      <a href="../www/binary-releases.html#windows" class="sub">Windows</a>
59  <span>]</span><br /><span>[</span>
60      <a href="../www/download.html">Download</a>
61  <span>]</span><br /><span>[</span>
62      <a href="../www/sponsors.html">Sponsors:</a>
63      <fieldset>
64  <a href="http://www.anxietyspinnerrings.com" class="sponsor" target="sponsor">Silver Rings</a><!-- 200904010140 -->
65<br />
66      </fieldset>
67      <span>]</span>
68      </font>
69      </td>
70
71      <td id="main" valign="top">
72
73<p class="navigation-index">[<a href="#unix">Install from Unix Source</a> &bull; <a href="#windows">Install from Windows Source</a>]</p>
74
75<p>It's possible the Wizard's Toolkit is already installed on your computer.  Type</p>
76
77<pre class="text">
78  WizardsToolkit-config --version
79</pre>
80
81<p>If the WizardsToolkit-config script executes and returns a version number, you may not need to install the Wizard's Toolkit from source unless you want to upgrade to a newer version.  You also have the option of installing a pre-compiled <a href="../www/binary-releases.html">binary release</a>.  However, if you still want to install from source, choose a platform, <a href="#Unix">Unix</a> or <a href="#Windows">Windows</a>.  Before installing from source, you may want to review recent <a href="../www/changelog.html">changes</a> to the the Wizard's Toolkit distribution.</p> 
82
83<div style="margin: auto;">
84  <h2><a name="unix"></a>Install from Unix Source</h2>
85</div>
86
87<p>The Wizard's Toolkit builds on a variety of Unix and Unix-like operating systems including Linux, Solaris, FreeBSD, Mac OS X, and others.  A compiler is required and fortunately almost all modern Unix systems have one.  Download <a href="ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit/WizardsToolkit.tar.gz">WizardsToolkit.tar.gz</a> from <a href="ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit" target="1540646771">ftp.wizards-toolkit.org</a> or a <a href="../www/download.html">mirror</a> and verify its <a href="http://www.wizards-toolkit.org/download/digest.rdf">message digest</a>.</p>
88
89<p>Unpack the distribution with this command:</p>
90
91<pre class="text">
92  tar xvfz WizardsToolkit.tar.gz
93</pre>
94
95<p>Next configure and compile the Wizard's Toolkit:</p>
96
97<pre class="text">
98  cd WizardsToolkit-1.?.?
99  ./configure
100  make
101</pre>
102
103<p>If the Wizard's Toolkit configured and compiled without complaint, you are ready to install it on your system.  Administrator privileges are required to install.  To install, type</p>
104
105<pre class="text">
106  make install
107</pre>
108
109<p>Finally, verify the the Wizard's Toolkit install worked properly, type</p>
110
111<pre class="text">
112  WizardsToolkit-config --version
113</pre>
114
115<p>Congratulations, you have a working Wizard's Toolkit distribution and you are ready to use the Wizard's Toolkit to use the <a href="../www/api.html">Application Program Interfaces</a> for C.</p>
116
117<div style="margin: auto;">
118  <h2><a name="windows"></a>Install from Windows Source</h2>
119</div>
120
121<p>Building the Wizard's Toolkit source for Windows requires a modern version of Microsoft Visual Studio IDE.  Users have reported success with the Borland C++ compiler as well.  If you don't have a compiler you can still install a self-installing <a href="../www/binary-releases.html">binary release</a>.</p>
122
123<p>Download <a href="ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit/WizardsToolkit.zip">WizardsToolkit.zip</a> from <a href="ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit/windows" target="1514043833">ftp.wizards-toolkit.org</a> or a <a href="../www/download.html">mirror</a> and verify its <a href="http://www.wizards-toolkit.org/download/windows/digest.rdf">message digest</a>.  You can unpack the distribution with <a href="http://www.winzip.com" target="1906061737">WinZip</a> or type the following from any MS-DOS Command Prompt window:</p>
124
125<pre class="text">
126  unzip WizardsToolkit.zip
127</pre>
128
129<p>The Wizard's Toolkit requires <a href="http://gnuwin32.sourceforge.net/packages/bzip2.htm" target="983588109">BZip2 for Windows</a> and <a href="http://gnuwin32.sourceforge.net/packages/zlib.htm" target="1086581839">ZLib for Windows</a>.  Be sure to install the development headers along with the DLL's.  Edit <kbd>zconf.h</kbd> and exclude the <kbd>unistd.h</kbd> include statement since this file is not available under Windows.</p>
130
131<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>.  Select the workspace from the <kbd>WizardsToolkit-1.?.?/windows</kbd> folder and press Open.  Choose <kbd>Build->Build Solution</kbd> to compile the program and on completion run the program.</p>
132
133<p>Congratulations, you have a working Wizard's Toolkit distribution under Windows and you are ready to use the Wizard's Toolkit <a href="../www/api.html">Application Program Interfaces</a> for C.</p>
134      </td>
135      <td id="margin" width="1%" height="100%" valign="top" align="right">&nbsp;</td>
136    </tr>
137  </tbody>
138  </table>
139  <div id="linkbar">
140    <a href="http://www.wizards-toolkit.org/discourse-server/viewforum.html?f=17" target="886394011">Discourse Server</a> |
141    <a href="../www/license.html">License</a> |
142    <a href="../www/notice.html">Notice</a>
143  </div>
144  <div id="footer">
145    <span id="footer-west">&copy; 1999-2009 ImageMagick Studio LLC</span>
146  </div>
147  <div style="clear: both; margin: 0; width: 100%; "></div>
148</body>
149</html>
Note: See TracBrowser for help on using the browser.