[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1 |
Date: |
Thu, 15 Sep 2011 07:50:27 +0200 (CEST) |
> Having issues with compiling and installing the Freetype2 package.
>
> Both commands, the "make" as well as the "jam install" are throwing errors
> (see details below).
The standard incantation is
./configure <your options>
make
sudo make install
It looks like you've missed the configuring step. Say `configure
--help' to see possible options.
The Jamfile is mainly intended for Windows; it doesn't have an
`install' target, and you must move the created files manually. [Jam
support is not maintained, unfortunately.]
Werner
- [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, falbriard, 2011/09/14
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, suzuki toshiya, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1,
Werner LEMBERG <=
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, falbriard, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, suzuki toshiya, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, falbriard, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, suzuki toshiya, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, Werner LEMBERG, 2011/09/15
- Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1, falbriard, 2011/09/15