Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/circos
- Decompress the installation package.
tar -zxvf circos-0.69-9.tgz
- Install the required Perl modules.
cd circos-0.69-9/bin

- List the Perl modules.
./list.modules
- Check whether the required Perl modules are correctly installed.
./test.modules
- Check the modules in sequence.
./circus -modules

- Install the modules that are missing one by one. The following describes how to install Carp.
cpan install Carp
Parent topic: Circos 0.69.9 Porting Guide (CentOS 8.2)