I have recently installed Perl on my computer (Windows10 64-bit operating system -
Intel(R) Celeron(R) N4000 CPU @ 1.10GHz 1.10 GHz -
Installed RAM 8.00 GB) and I have also copied Circos folder.
However, when I run the following command on Perl:
perl .\bin\circos -conf example\etc\circos.conf
I face the following error:
*** CIRCOS ERROR ***
cwd: E:/Circos/session 1
command: .\bin\circos -conf example\etc\circos.conf
There was a problem with True Type font support. Circos could not render text
from the font file
E:\Circos\session 1\fonts\modern\cmunssdc.otf
Please check that gd (system graphics library) and GD (Perl’s interface to gd)
are compiled with True Type support.
On UNIX systems, try
gdlib-config --all
and look for GD_FREETYPE in the ‘features’ line and -lfreetype in the ‘libs’
line. If these are there, it’s likely that your Perl GD module needs
recompiling.
Can anyone help me with this issue?