File: README.WIN32

package info (click to toggle)
pslib 0.4.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,660 kB
  • ctags: 1,154
  • sloc: sh: 10,013; ansic: 9,387; makefile: 240
file content (28 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (6)
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
27
28
Installation of pslib on win32 systems.
---------------------------------------

Since version 0.4.0 of pslib it can be quite easily compiled for
win32 systems in a mingw environment.

Requirements
------------
You will need a recent version of MinGW, msys, and ActivePerl.
You also need libpng, libzip, libungif, libtiff and libjpeg compiled
for wind32, which are provided by the sourceforge project GnuWin32.

Installation
------------
1. Install MinGW and msys
2. Install ActivePerl
3. Grab the most recent source tar archive of pslib and untar it
4. Change into the untared directory and invoke

   export INTLTOOL_PERL=<path to perl>
   ./configure

   if configure doesn't detect the graphics libraries then specify
	 their location with --with-png, -with-gif, --with-jpeg, --with-tiff.

5. Run make; make install