From 1cc68b75894549fc38d8bc17d4cb30a01fda9ada Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Nov 2021 17:14:50 +0100 Subject: [PATCH] install strip hint --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 845f7f68..1968787b 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,11 @@ Building ebusd from the source requires the following packages and/or features: To start the build process, run these commands: > ./autogen.sh -> make install +> make install-strip +Or alternatively with cmake: +> cmake . +> make install/strip Documentation -------------