From b73a8d9a6ae02a48d42d06503a67f3d86b3f2a38 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Sat, 3 Jan 2015 15:19:28 +0100 Subject: [PATCH] lib README - update to Kamailio --- lib/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/README b/lib/README index 3caf1a6ad6f..b490787899e 100644 --- a/lib/README +++ b/lib/README @@ -48,7 +48,7 @@ Compilation with ser: -------------------- Compilation and installation of these libraries is NOT DONE by running -main ser makefile now - it MUST be done MANUALLY. To compile and install +main Kamailio makefile now - it MUST be done MANUALLY. To compile and install libraries simply run make install @@ -62,15 +62,15 @@ AFTER COMPILATION of libraries you can COMPILE MODULES using this libraries like PA, RLS or dialog. -Running with ser (Linux): +Running with Kamailio (Linux): ---------------- The path to installed libraries must be known to linker on startup. This -can be done by setting variable LD_LIBRARY_PATH before running ser. For +can be done by setting variable LD_LIBRARY_PATH before running Kamailio. For example, if libraries were installed to default directory (/usr/local), -you should set LD_LIBRARY_PATH=/usr/local/lib/ser. In the case of +you should set LD_LIBRARY_PATH=/usr/local/lib/kamailio. In the case of nonstandard installation, you can use something like -LD_LIBRARY_PATH=/my/ser/directory/lib/ser. +LD_LIBRARY_PATH=/my/ser/directory/lib/kamailio. Compilation without ser: --------------------