 |
 |
The steps for installation of the binary distribution on Windows are:
-
Unpack the binary distribution zip file.
-
[OPTIONAL] Either put the files in some directory already in your PATH, or put the directory in which you unpack the files into your PATH. This makes it easier for you to execute renpics.
-
Create a batch file and put a shortcut to it on your desktop. This makes reading the files from your removable media a simple one-click operation. Of course, you should replace c:/pictures/_TMP/ with the output directory of your choosing, and j:/ with the drive letter and path to your removable media (if you skip the optional step above, you will need to give the full path to the renpics executable):
@echo off
renpics -m -o c:/pictures/_TMP/ j:/
pause
The steps for installation from sources are:
-
Unpack the binary distribution zip file.
-
Put exifinfo.cl into a subdirectory (of the directory into which you extracted the above zip file) called exif-utils.
-
Edit the makefile to make sure the path to mlisp is correct. You need Allegro CL Enterprise to build this application.
-
Type make.
-
Review what make install does and run that command, too.
|  |
 |