From 38e9c969c4bb59387ba900d47f834eb8aa52282c Mon Sep 17 00:00:00 2001 From: haanhvu Date: Wed, 10 Aug 2022 16:28:50 +0700 Subject: [PATCH] Clarify the installation guide in the output of make --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 967ab1bb6..289f0eca5 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,10 @@ ifeq ($(OSNAME), Darwin) @echo "\"make PREFIX=/your_installation_path/ install\"." @echo @echo "(or set PREFIX in Makefile.rule and run make install." + @echo + @echo "Note that any flags passed to make during build should also be passed to make install" + @echo "to circumvent any install errors." + @echo @echo "If you want to move the .dylib to a new location later, make sure you change" @echo "the internal name of the dylib with:" @echo @@ -118,6 +122,9 @@ endif @echo @echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"." @echo + @echo "Note that any flags passed to make during build should also be passed to make install" + @echo "to circumvent any install errors." + @echo shared : ifneq ($(NO_SHARED), 1)