forked from wchristian/OpenGL-Modern-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
27 lines (16 loc) · 992 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
To install the OpenGL::Modern::Image modules, please follow these instructions:
1. Install the OpenGL::Modern module first
2. Optionally install one or more supported imaging library.
At this time, OpenGL::Modern::Image supports:
* Targa - Pure Perl uncompressed RGBA files (installed with OpenGL::Modern::Image)
* Magick - PerlMagick required; version 6.3.5 or newer is recommended:
http://www.imagemagick.org/script/perl-magick.php
If you've installed multiple OpenGL::Modern::Image engines, you can define
the priority of the engines selected by OpenGL::Modern::Image by creating a
Engines.lst file in lib/OpenGL/Modern/Image - separate each engine
name by a newline, with no whitespace.
3. Run 'perl Makefile.PL'
4. Run 'make' ('nmake' on Windows).
5. Run 'make test' ('nmake test' on Windows).
6. If all is well, run 'sudo make install' ('nmake install on Windows')
to intall the OpenGL::Modern::Image modules onto your system.