~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to gdchart0.94c/gd-1.8.3/libpng-1.0.8/contrib/visupng/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Microsoft Developer Studio Build File, Format Version 6.00 for VisualPng
2
 
------------------------------------------------------------------------
3
 
 
4
 
Copyright 2000, Willem van Schaik.  For conditions of distribution and
5
 
use, see the copyright/license/disclaimer notice in png.h
6
 
 
7
 
As a PNG .dll demo VisualPng is finished. More features would only hinder
8
 
the program's objective. However, further extensions (like support for other 
9
 
graphics formats) are in development. To get these, or for pre-compiled 
10
 
binaries, go to "http://www.schaik.com/png/visualpng.html".
11
 
 
12
 
------------------------------------------------------------------------
13
 
 
14
 
Assumes that
15
 
 
16
 
   libpng DLLs and LIBs are in ..\..\msvc\win32\libpng
17
 
   zlib DLLs and LIBs are in   ..\..\msvc\win32\zlib
18
 
   libpng header files are in  ..\..\..\libpng
19
 
   zlib header files are in    ..\..\..\zlib
20
 
   the pngsuite images are in  ..\pngsuite
21
 
 
22
 
To build:
23
 
 
24
 
1) On the main menu Select "Build|Set Active configuration".
25
 
   Choose the configuration that corresponds to the library you want to test.
26
 
   This library must have been built using the libpng MS project located in
27
 
   the "..\..\mscv" subdirectory.
28
 
 
29
 
2) Select "Build|Clean"
30
 
 
31
 
3) Select "Build|Rebuild All"
32
 
 
33
 
4) After compiling and linking VisualPng will be started to view an image
34
 
   from the PngSuite directory.  Press Ctrl-N (and Ctrl-V) for other images.
35
 
 
36
 
 
37
 
To install:
38
 
 
39
 
When distributing VisualPng (or a further development) the following options
40
 
are available:
41
 
 
42
 
1) Build the program with the configuration "Win32 LIB" and you only need to
43
 
   include the executable from the ./lib directory in your distribution.
44
 
 
45
 
2) Build the program with the configuration "Win32 DLL" and you need to put
46
 
   in your distribution the executable from the ./dll directory and the dll's
47
 
   libpng1.dll, zlib.dll and msvcrt.dll.  These need to be in the user's PATH.
48
 
 
49
 
 
50
 
Willem van Schaik
51
 
Calgary, June 6th 2000
52
 
 
53
 
P.S. VisualPng was written based on preliminary work of:
54
 
 
55
 
    - Simon-Pierre Cadieux
56
 
    - Glenn Randers-Pehrson
57
 
    - Greg Roelofs
58