IRRToolSet Installation Guide

  1. Prerequisite Tools

The IRRToolSet requires a number of GNU tools to build, including make, gcc, flex, and bison.

  1. Getting the Source

Releases can be found on the FTP site:

ftp://ftp.isc.org/isc/IRRToolSet/

The latest IRRToolSet source can also be checked out from the Subversion repository:

svn co svn://irrtoolset.isc.org/

This will take several minutes to download. If you do not want all previous versions, you can download only the latest version by checking out the trunk:

svn co svn://irrtoolset.isc.org/trunk

  1. Building

The usual compilation steps should work:

  ./configure
  make
  make install