install strip hint

This commit is contained in:
John
2021-11-13 17:14:50 +01:00
parent 1f95b4934e
commit 1cc68b7589
+4 -1
View File
@@ -58,8 +58,11 @@ Building ebusd from the source requires the following packages and/or features:
To start the build process, run these commands: To start the build process, run these commands:
> ./autogen.sh > ./autogen.sh
> make install > make install-strip
Or alternatively with cmake:
> cmake .
> make install/strip
Documentation Documentation
------------- -------------