]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Install comment updated by Maria
authorJana Babovakova <babovakova.jana@gmail.com>
Tue, 11 Feb 2025 11:01:59 +0000 (12:01 +0100)
committerJana Babovakova <babovakova.jana@gmail.com>
Tue, 25 Feb 2025 14:45:06 +0000 (15:45 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 7a17928447dfff27f12f64207f4ea952ee032375..917b90af0e97c03b475ef205109368d214a41d36 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,17 @@
 How to install BIRD
 ===================
 
+There are packages available for most of the existing distributions, and it is
+possibly a cleaner way to install BIRD than manually.
+
+To install BIRD manually from the source tarball, you need to first build it.
+
 $ ./configure
 $ make
+
+After this, you get binaries bird, birdc and birdcl which will run perfectly
+from wherever you put them. You can install them to the system paths if you want.
+
 # make install
 
 Default location for configuration file is /usr/local/etc/bird.conf and
@@ -21,6 +30,10 @@ $ autoreconf
 
 Then continue as in usual installation above.
 
+For debugging and development, it's recommended to use the -l flag for BIRD
+binaries to use bird.conf and bird.ctl in the current directory, instead of
+system-wide installation of an unstable version.
+
 
 Requirements
 ============