Requirements and
installation
AnimGifViewer program can be installed in Unix/Linux based
operating systems and in Microsoft Windows NT/2000/XP.
Below are given requirements and installation information
for both versions of program.
Installation from binaries
(Windows only)
To install AnimGifViewer program follow next procedure:
- Double-click on AnimGivViewer-1.0-Setup.exe file
to start AnimGifViewer installation program.
- Follow all steps in installation program. Default
installation path depends of type of user who is installing
the program: administrator, limited user or guest user. If
you install AnimGifViewer as Administrator, the program
will be available for all users. If you install as normal
user, AnimGifViewer will only be available for this user.
As Guest the program can not be installed.
- Program icon will be added to Desktop and Start Menu.
Program can be started with double-click on the icon.
- To uninstall program use Control Panel -> Add or
Remove Programs utility or uninstall program from Start
menu, AnimGifViewer submenu.
Once program is installed, no additional software is needed
to be able to run it and explore animated gif images.
MSVCP71.dll or other MSVC***.dll
These dll files are often are already included in MS Windows
OS, but sometimes they aren't :)
Since licensing for distribution of these dll files is not
quite clear on Internet, and they can be freely downloaded, we
haven't included them in our program distribution.
Installation from sources
(Linux and Windows)
AnimGifViewer source code distribution can be installed on both
Linux and Windows platforms. Before you can install
AnimGifViewer, the complementary packages listed below (see
requirements) need to be installed.
To install it follow the procedure below:
Linux OS
- Open archive animgifviewer-1.0.tar.gz
tar xvzf animgifviewer-1.0.tar.gz.
- In directory animgifviewer-1.0, log as a root user and
execute command
python setup.py install
- Program will be installed in site-packages subdirectory
in Python directory and it is available to all users with
command animgifviewer
- To uninstall the program you can use script
uninstall-animgifviewer as root user.
Windows OS
- Open archive animgifviewer-1.0.zip with some of standard
Windows archive programs.
- Open Command Prompt window (Start menu->Run, type
cmd and press "OK"), position yourself in
animgifviewer-1.0 directory and run the command
python setup.py install
- Program will be installed in Lib/site-packages
subdirectory in Python directory, and animgifviewer script
will be in Scripts subdirectory in Python directory.
Create shortcut to animgifviewer script, and use
it to open the program (with python).
- To uninstall the program you can use script
uninstall-animgifviewer.
Requirements
To run AnimGifViewer installed from source code distribution
next programs/libraries are required:
- Python, version 2.4
or above;
- wxPython, version
2.6.x or above;
- Python Imaging
Library - PIL