Skip to content

Commit 38e9c96

Browse files
committed
Clarify the installation guide in the output of make
1 parent 0946b1e commit 38e9c96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ ifeq ($(OSNAME), Darwin)
110110
@echo "\"make PREFIX=/your_installation_path/ install\"."
111111
@echo
112112
@echo "(or set PREFIX in Makefile.rule and run make install."
113+
@echo
114+
@echo "Note that any flags passed to make during build should also be passed to make install"
115+
@echo "to circumvent any install errors."
116+
@echo
113117
@echo "If you want to move the .dylib to a new location later, make sure you change"
114118
@echo "the internal name of the dylib with:"
115119
@echo
@@ -118,6 +122,9 @@ endif
118122
@echo
119123
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
120124
@echo
125+
@echo "Note that any flags passed to make during build should also be passed to make install"
126+
@echo "to circumvent any install errors."
127+
@echo
121128

122129
shared :
123130
ifneq ($(NO_SHARED), 1)

0 commit comments

Comments
 (0)