> 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

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to