diff options
-rw-r--r-- | README | 23 | ||||
-rw-r--r-- | src/config/routers.or | 6 |
2 files changed, 29 insertions, 0 deletions
@@ -1,2 +1,25 @@ README ------ + +> ./autogen.sh + +runs auto* and then ./configure + +It should be all you need to do to get working Makefiles on your +platform, whatever your platform is. :) + +Then just do + +> make + +Roger: + +The summary is that I'm requiring all developers to have auto* +(aclocal, autoconf, automake) installed on their machine. + +Since different versions of auto* generate vastly different output, +I'm going to leave its output out of the repository. This means that +whenever you check out a repository, you need to run auto* to generate +a configure file, then run ./configure to get a Makefile, then build. + + diff --git a/src/config/routers.or b/src/config/routers.or index ca7ad281c7..e03febc04c 100644 --- a/src/config/routers.or +++ b/src/config/routers.or @@ -34,3 +34,9 @@ MsBJsQMi5Uwqrz+Invb5n6bswrNlJp/bCKBhGTvUCfxg7c8xZy71PPSIPnTg1qXl p5fyAkgCYkZNgEEZzQDHv1GRvLCs92kURjSJE5y8QU0dXfbzms8PAgMA//8= -----END RSA PUBLIC KEY----- +mosg.cl.cam.ac.uk 9005 10240 10240 +-----BEGIN RSA PUBLIC KEY----- +MIGJAoGBAMMHEjhhawM6S14ETFVcvByU7D/baN2JMcCweKKJ7zcSurDnpgRH/Uo7 +05+bZE3BCy4OkAqQbGlKd/ejBOuXjEtS0mJo5xwDX9StKguhgFRk60hhrF2OFJm4 +VLItXA6U2NLOrc+FBCv/9laLpBrxOb8Wuct0l/lyZ2/OfE9yYhC3AgMA//8= +-----END RSA PUBLIC KEY----- |