Make: fix installation instructions
The installation instructions as shown after successfully compiling OpenBLAS are wrong because this arguments used during compilation have to be provided to Make again.
This commit is contained in:
parent
e6b9b660c3
commit
77b197bc93
5
Makefile
5
Makefile
|
@ -81,8 +81,9 @@ ifeq ($(OSNAME), Darwin)
|
||||||
@echo "install_name_tool -id /new/absolute/path/to/$(LIBDYNNAME) $(LIBDYNNAME)"
|
@echo "install_name_tool -id /new/absolute/path/to/$(LIBDYNNAME) $(LIBDYNNAME)"
|
||||||
endif
|
endif
|
||||||
@echo
|
@echo
|
||||||
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
|
@echo "To install the library, you can run"
|
||||||
@echo
|
@echo " make <ARGS> PREFIX=/path/to/your/installation install"
|
||||||
|
@echo "where '<ARGS>' is the set of argument used for compilation."
|
||||||
|
|
||||||
shared :
|
shared :
|
||||||
ifndef NO_SHARED
|
ifndef NO_SHARED
|
||||||
|
|
Loading…
Reference in New Issue