xome -> projects
-> jigl -> Windows Users
jigl |
Photo/Image Gallery Software Linux & Windows 2K/XP |
jigl @ xome . net |
Jason's Image Gallery |
Main |
About |
Demos |
Download |
Themes |
Usage |
Options |
Windows Users
This is an archived project
jigl was written in the early 2000's and is no longer maintianed.
This page is being left up as an archive for those who may still have interest.
Thanks to everyone who helped with this project! |
Installing under Windows 2000/XP |
The preferred and easiest method of installing jigl on a Windows
machine is to install the required programs below and then simply run the
jigl installer program available on the
download page. This program will verify you
have the required support programs, install jigl, optionally
add it to the system path, and optionally add jigl to your
right-click menu for folders. Detailed instructions for manually installing
jigl are below as well.
Getting the Required Programs |
ImageMagick
- Click the Download button.
- Choose a site to get the files.
- Select the binaries directory.
- Select ImageMagick-5.5.7-Q8-windows-dll.exe or the latest available build.
- Save the file to disk.
Perl
- In the ActivePerl 5.8.4 section, select Windows MSI.
- Save the file to disk.
Note: If your machine does not recognize the MSI file when you are
following the installation directions below, return to the perl
download page and download the Windows Installer.
jhead
- Scroll down to Pre-built Windows executable.
- Select jhead.exe
- Save the file to disk.
Other
Note: These instructions are for Windows 2000. Other
versions of Windows will be similiar but may not match exactly.
Note: Windows 95/98/ME will not work with jigl. Sorry!
Changing the Environment: (or how your computer knows where programs are)
The PATH is a parameter that tells your computer where certain files live on
your harddrive. By setting this parameter, you can simply type the name of a program
at the command line and cause it to run. For example, if you open a command prompt and
type notepad, the Windows Notepad program will start up.
In order for jigl to run, your computer needs to know where to find it. Choose a
directory to place jigl.pl. I use C:\bin.
- Start -> Settings -> Control Panel -> System (or hit Windows Key-Pause/Break)
- Select Advanced tab
- Select Environment Variables
- In either User Variables or System Variables, select PATH.
- Hit the Edit... button
- In Variable Value, add the directory you chose above
(for example, C:\bin) to the end of the list. Separate
it from the other directories with a semicolon (;).
WARNING: Be careful to save the other directories that are
listed there. If you delete them, hit Cancel and the
start back at the Edit... instructions.
- Hit OK (Closes the edit box)
- Select New... in the User variables section (top half of window)
- Fill in the box as follows:
- Variable Name: HOME
- Variable Value: C:\Documents and Settings\name
- where name is the name you use to access your computer
- Hit OK (Closes the edit box)
- Hit OK (Closes the Environment Variables)
- Hit OK (Closes the System Properties)
Testing the install:
- Open a command prompt (Start -> Programs -> Accessories -> Command Prompt)
- Type path. Look through the output and make sure the directory you just
added is in the list.
- Type exit to close the command prompt window.
Note: When changing the PATH or installing programs, such as those
below, that modify the PATH, you must open a new Command Prompt in
order to see the changes. You do not need to reboot your machine.
Perl
- You should have administrator privileges or be logged in as Administrator
- Double click the MSI file you saved earlier.
- Follow prompts for installation. Important: make sure the boxes
that say "Add Perl to the PATH environment variable" and
"Create Perl file extension association" are checked.
Testing the install:
ImageMagick
- Double click on the ImageMagick file you saved earlier.
- Follow the prompts. Important:Make sure the box "Update
executable search path" is checked.
Testing the install:
Note: These are the same instructions ImageMagick will display at the end of the installation.
jhead
Copy the file jhead.exe from the directory where you
downloaded it earlier to the directory you chose above to add to
your PATH (for example, C:\bin).
Testing the install:
- Open a command prompt (Start -> Programs -> Accessories -> Command Prompt)
- Type jhead -h. This will show you all the options that
are available to you.
jigl.pl
Copy the file jigl.pl from the directory where you
downloaded it earlier to the directory you chose above to add to
your PATH (for example, C:\bin).
Testing the install:
- Open a command prompt (Start -> Programs -> Accessories -> Command Prompt)
- Type jigl.pl --help. This will show you all the options
that are available to you.
Congratulations, you are now ready to use jigl on a Windows machine!