Correct typo and rewrite 'installing' clause in a generic fashion.

Mon, 10 Aug 2009 16:10:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 10 Aug 2009 16:10:14 +0200
changeset 7
ea5df7e976af
parent 6
edc91ee1928d
child 8
d925eacf1cea

Correct typo and rewrite 'installing' clause in a generic fashion.

Pkgconfig.pmdoc/README.txt file | annotate | diff | comparison | revisions
     1.1 --- a/Pkgconfig.pmdoc/README.txt	Mon Aug 10 16:08:52 2009 +0200
     1.2 +++ b/Pkgconfig.pmdoc/README.txt	Mon Aug 10 16:10:14 2009 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4  Package output: Pkgconfig-<dist.version>.pkg
     1.5  
     1.6  Executing Pkgconfig.pkg installs autoconf script and universal
     1.7 -binary (IA-32/X86-64/PPC7400/PPC64) tarchives to the OS X operating
     1.8 +binary (IA-32/X86-64/PPC7400/PPC64) archives to the OS X operating
     1.9  system required for developing applications using Pkgconfig logic.
    1.10  
    1.11  To create the installation package, use the OS X PackageMaker
    1.12 @@ -43,7 +43,7 @@
    1.13  specified within the package specification. These references are
    1.14  listed in the following manifest, and must be manually placed.
    1.15  
    1.16 -Compiling Pkgconfig to a universal binary can be configured as:
    1.17 +Compiling to a universal binary can be configured as:
    1.18  LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch ppc64 -arch i386 -arch x86_64' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -Os -mmacosx-version-min=10.5 -arch ppc -arch ppc64 -arch i386 -arch x86_64' ./configure --disable-dependency-tracking
    1.19  
    1.20  Filesystem Root (fsrt) Manifest

mercurial