Skip to content

camunro/irrd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This is the source distribution of the Internet Routing Registry Daemon (IRRd).

IRRd is jointly maintained by Merit Network, Inc. and NTT Communications, Inc. employees.

A user guide is included as part of the distribution as irrd-user.pdf.

IRRd depends on bison, flex and the glib2 development files.

To build and install the distribution, execute the following commands:

git clone https://github.com/irrdnet/irrd.git
cd irrd/src
./autogen.sh
./configure
make
make install

Ubuntu 12 notes

sudo apt-get install byacc automake autoconf build-essential gnupg flex

Ubuntu 14 notes

sudo apt-get install byacc automake autoconf build-essential gnupg flex libglib2.0-dev

Binaries are installed in /usr/local/sbin by default.

Send email to [email protected] for assistance/bug/comments or use the Github system to file an issue.

About

the Internet Routing Registry daemon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 72.0%
  • Perl 21.7%
  • Yacc 3.3%
  • Makefile 0.8%
  • Objective-C 0.7%
  • Python 0.7%
  • Other 0.8%