Преглед изворни кода

- added INSTALL, README
- updated TODO

Andrei Pelinescu-Onciul пре 24 година
родитељ
комит
550bb8c3cf
3 измењених фајлова са 47 додато и 0 уклоњено
  1. 29 0
      INSTALL
  2. 9 0
      README
  3. 9 0
      TODO

+ 29 - 0
INSTALL

@@ -0,0 +1,29 @@
+$Id$
+
+Installation Notes
+
+Supported architectures: Linux, FreeBSD, Solaris
+(for other architectures the Makefile must be edited)
+
+Requirements:
+
+
+- gcc
+- bison or yacc (Berkley yacc)
+- flex
+- gmake (on Linux this is the standard "make")
+
+Arhitecture Notes:
+
+- FreeBSD: make sure gmake, bison & flex are installed
+- Solaris: as above; you can use Solaris's yacc instead of bison
+
+Compile:
+
+make
+(or gmake on non-Linux systems)
+
+Install(not done yet):
+
+make prefix=/usr/local  install
+

+ 9 - 0
README

@@ -0,0 +1,9 @@
+$Id$
+
+[ under construction :) ]
+
+read INSTALL
+compile & sip_router -h
+
+Example configuration files in ./tests/*.cfg
+

+ 9 - 0
TODO

@@ -18,4 +18,13 @@ Low priority:
 - cfg. file reload
 - cfg. file reload
 - flags for using names or ip adresses in Via ?
 - flags for using names or ip adresses in Via ?
 
 
+- make install
+- init.d scripts (and rc.local? for *BSD or Slackware)
+- man page
+- autoconf scripts
+- Debian package build files
+- the same for rpm
+- the same for FreeBSD and Slackware
+
+