IRRToolSet Installation Guide
- Prerequisite Tools
The IRRToolSet requires a number of GNU tools to build, including make, gcc, flex, and bison.
- Getting the Source
Releases can be found on the FTP site:
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
- Building
The usual compilation steps should work:
./configure make make install
