aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-09-23 20:43:45 +0000
committerLaurent Bercot <ska@appnovation.com>2024-09-23 20:43:45 +0000
commit16107f18da64ac348026b8bfcf3ed39e9ff5d558 (patch)
tree63e4c006b8602d44255240ad251b7752517363fd /INSTALL
parent3d9b9a04a3d1acc82be9c27bb2346473c1fe7f3f (diff)
downloadbcnm-16107f18da64ac348026b8bfcf3ed39e9ff5d558.tar.gz
Prepare for 0.0.1.8; install static libs in /usr/lib by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 2 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 89c9353..8548dd5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/
+ - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/
This software is Linux-specific. It will run on a Linux kernel,
version 2.6.32 or later. However, it is not hard to port to
@@ -19,14 +19,7 @@ other Unix-like operating systems.
./configure && make && sudo make install
will work for most users.
- It will install the binaries in /usr/bin and the libraries in /usr/lib/bcnm.
-
- Please note that static libraries in /usr/lib/bcnm *will not*
-be found by a default linker invocation: you need -L/usr/lib/bcnm.
-Other skarnet.org software automatically handles that case if the
-default configuration is used, but if you change the configuration,
-remember to use the appropriate --with-lib configure option.
-
+ It will install the binaries in /usr/bin and the libraries in /usr/lib.
You can strip the binaries and libraries of their extra symbols via
"make strip" before the "make install" phase. It will shave a few bytes