Error in make process

2022-07-08 Thread ??????
Dear Developer:when i try to install freetype 2.10.0, error in make process. The LAST tips are: /data/home/jiaojw_lab/miniconda3/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux- gnu/bin/ld: cannot find -lpng15 collect2: error: ld returned 1 exit status

Re: Error in make process

2022-07-08 Thread Andrew Tomazos
Also, you should try out something called conan for building libraries like freetype from source: https://conan.io/ The conan freetype recipe is here: https://conan.io/center/freetype On Sat, Jul 9, 2022 at 9:15 AM Lawrence D'Oliveiro wrote: > On Fri, 8 Jul 2022 19:16:25 +0800, 贾慧阳 wrote: > >

Re: Error in make process

2022-07-08 Thread Lawrence D'Oliveiro
On Fri, 8 Jul 2022 19:16:25 +0800, 贾慧阳 wrote: > cannot find -lpng15 libpng-dev not installed?

Re: Error in make process

2022-07-08 Thread Andrew Tomazos
Also, you should try out something called conan for building libraries like freetype from source: https://conan.io/ The conan freetype recipe is here: https://conan.io/center/freetype On Sat, Jul 9, 2022 at 12:08 AM 贾慧阳 via FreeType users wrote: > Dear Developer:when i try to install