X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Date: Sat, 22 Jan 2011 19:45:46 +0100 From: David Sastre To: cygwin AT cygwin DOT com Subject: Re: Howto install freetype2? Message-ID: <20110122184546.GA7847@jethro.local.lan> References: <6b3eceb6 DOT 721d871 DOT 4d3b194a DOT 80046 AT spamfalo DOT hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <6b3eceb6.721d871.4d3b194a.80046@spamfalo.hu> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 22, 2011 at 06:52:10PM +0100, Gyurmo wrote: > Hello, How can I install freetype2? > I have many files in /usr/src. > I have cygport and patch files. How can I use these? > I wait for your fast answer. Hello, Try reading the manpage for the cygport command, the README and html manual under /usr/share/doc/cygport to understand what you are about to do. It is a good practice in general to do so, and besides you'll notice you could have answered yourself faster than this list :) =46rom the README file of freetype2: Runtime requirements: cygwin-1.7.1-1 libgcc1-4.3.4-3 zlib0-1.2.3-10 (freetype2-demos) libX11_6-1.3.3-1 Build requirements: autoconf2.5-2.65-1 automake1.11-1.11.1-1 binutils-2.19.51-1 cygport-0.9.80-1 gawk-3.1.7-1 gcc4-core-4.3.4-3 libtool-2.2.7a-15 make-3.81-2 python-2.5.4-10 sed-4.1.5-2 Build instructions: unpack freetype2-2.3.12-X-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically cd /usr/src cygport ./freetype2-2.3.12-X.cygport all This will create: /usr/src/freetype2-2.3.12-X-src.tar.bz2 /usr/src/freetype2-demos-2.3.12-X-src.tar.bz2 /usr/src/libfreetype-devel-2.3.12-X.tar.bz2 /usr/src/libfreetype6-2.3.12-X.tar.bz2 For a list of files in each binary packages, run from the command-line: 'cygcheck -l [PACKAGE]' So assuming freetype2-2.3.12-1-src, you have these files under /usr/src: freetype-2.3.12.tar.bz2 freetype-2.3.2-enable-valid.patch freetype-doc-2.3.12.tar.bz2 freetype2-2.3.12-1.cygport freetype2-2.3.12-1.cygwin.patch ft2demos-2.3.12.tar.bz2 just issue: $ cygport freetype2-2.3.12-1.cygport all and you should be done. You'll have your binary package(s) ready to unpack in your root directory. Regards. --=20 Huella de clave primaria: 0FDA C36F F110 54F4 D42B D0EB 617D 396C 448B 31EB --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk07JdoACgkQYX05bESLMetVzQCfSXOJq92HWtudVo54AXWQHbyJ YjIAoJA1kcbuj85crG9jXN+t0BHKAue0 =VUTu -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--