root/WizardsToolkit/trunk/QuickStart.txt @ 1

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


RevLine 
[1]1This file documents how to use the binary distribution packages
2built by ImageMagick Studio LLC, and found in the Wizard's Toolkit
3'binaries' subdirectory of Wizard's Toolkit ftp sites.  Those who
4want to build the Wizard's Toolkit from source code should refer
5to the file README.txt in the Wizard's Toolkit source package or
6http://www.wizards-toolkit.org/WizardsToolkit/script/install-source.php
7on the web.
8
9Unix/Linux/Darwin/Cygwin/MinGW Install:
10
11  Download the appropriate binary from
12
13     ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit/binaries
14
15  Create (or choose) a directory to install the package into and change to that
16  directory, for example:
17
18     cd $HOME
19
20  Extract the contents of the package using the command
21
22     gzip -dc /path/to/package.tar.gz | tar -xf -
23
24  If the 'bin' subdirectory of the extracted package is not already in your
25  executable search path, add it to your PATH environment variable.  For
26  example
27
28     export PATH; PATH="$HOME/WizardsToolkit-1.0.4/bin:$PATH"
29
30  Set the WIZARD_HOME environment variable to the path where you extracted the
31  Wizard's Toolkit files. For example
32
33     export WIZARD_HOME="$HOME/WizardsToolkit-1.0.4"
34
35  On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
36
37     export LD_LIBRARY_PATH="$HOME/WizardsToolkit-1.0.4/lib"
38
39  On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
40
41     export DYLD_LIBRARY_PATH="$HOME/WizardsToolkit-1.0.4/lib"
42
43
44  Additional Information
45
46    Environment Variables:
47
48     In addition to the WIZARD_HOME environment variable defined above, you may
49     find these variables useful:
50
51       WIZARD_TMPDIR           path to store temporary files
52       LD_LIBRARY_PATH         path to libWizard.so and other libraries
53
54    Configuration Files
55
56      The Wizard's Toolkit depends on an number of external configuration files
57      which include configure.xml and log.xml.  The Wizard's Toolkit searches
58      for configuration files in the following order, and loads them if found:
59
60          $WIZARD_CONFIGURE_PATH
61          $WIZARD_HOME/lib/WizardsToolkit-1.0.4/config
62          $WIZARD_HOME/share/WizardsToolkit-1.0.4/config
63          $HOME/.wizard/
64          <client path>/lib/WizardsToolkit-1.0.4/
65          <current directory>/
66
67
68XP, Win2K, WinME, NT, Win98, Win95 Install:
69
70  Download
71
72      ftp://ftp.wizards-toolkit.org/pub/WizardsToolkit/binaries/WizardsToolkit-1.0.4-windows-dll.exe
73
74  and execute it (or "open" it from your browser) to start the installation
75  program.
Note: See TracBrowser for help on using the browser.