~ubuntu-branches/ubuntu/oneiric/libpng/oneiric

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-05-22 09:11:26 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090522091126-ackh8fu2581nwuyg
Tags: 1.2.36-1
* New upstream release 
* Standards-Version is 3.8.1
* debhelper compat is 7
* Run dh_prep instead of dh_clean -k

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Installing libpng version 1.2.35 - February 14, 2009
 
2
Installing libpng version 1.2.36 - May 7, 2009
3
3
 
4
4
On Unix/Linux and similar systems, you can simply type
5
5
 
44
44
correspond to the version of zlib that's installed.
45
45
 
46
46
You can rename the directories that you downloaded (they
47
 
might be called "libpng-1.2.35" or "lpng109" and "zlib-1.2.1"
 
47
might be called "libpng-1.2.36" or "lpng109" and "zlib-1.2.1"
48
48
or "zlib121") so that you have directories called "zlib" and "libpng".
49
49
 
50
50
Your directory structure should look like this:
101
101
 CMakeLists.txt    =>  "cmake" script
102
102
 makefile.std      =>  Generic UNIX makefile (cc, creates static libpng.a)
103
103
 makefile.elf      =>  Linux/ELF makefile symbol versioning,
104
 
                       gcc, creates libpng12.so.0.1.2.35)
 
104
                       gcc, creates libpng12.so.0.1.2.36)
105
105
 makefile.linux    =>  Linux/ELF makefile
106
 
                       (gcc, creates libpng12.so.0.1.2.35)
 
106
                       (gcc, creates libpng12.so.0.1.2.36)
107
107
 makefile.gcc      =>  Generic makefile (gcc, creates static libpng.a)
108
108
 makefile.knr      =>  Archaic UNIX Makefile that converts files with
109
109
                       ansi2knr (Requires ansi2knr.c from
125
125
 makefile.openbsd  =>  OpenBSD makefile
126
126
 makefile.sgi      =>  Silicon Graphics IRIX makefile (cc, creates static lib)
127
127
 makefile.sggcc    =>  Silicon Graphics (gcc,
128
 
                       creates libpng12.so.0.1.2.35)
 
128
                       creates libpng12.so.0.1.2.36)
129
129
 makefile.sunos    =>  Sun makefile
130
130
 makefile.solaris  =>  Solaris 2.X makefile (gcc,
131
 
                       creates libpng12.so.0.1.2.35)
 
131
                       creates libpng12.so.0.1.2.36)
132
132
 makefile.solaris-x86 =>  Solaris/intelMMX 2.X makefile (gcc,
133
 
                       creates libpng12.so.0.1.2.35)
 
133
                       creates libpng12.so.0.1.2.36)
134
134
 makefile.so9      =>  Solaris 9 makefile (gcc,
135
 
                       creates libpng12.so.0.1.2.35)
 
135
                       creates libpng12.so.0.1.2.36)
136
136
 makefile.32sunu   =>  Sun Ultra 32-bit makefile
137
137
 makefile.64sunu   =>  Sun Ultra 64-bit makefile
138
138
 makefile.sco      =>  For SCO OSr5  ELF and Unixware 7 with Native cc