|
|
|
@@ -58,8 +58,15 @@ else |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(OSNAME), Darwin) |
|
|
|
@echo "Because absolute path issue, $(LIBDYNNAME) may not work under this directory." |
|
|
|
@echo "Thus, you need run \"make PREFIX=/your_installation_path/ install\"." |
|
|
|
@echo "WARNING: If you plan to use the dynamic library $(LIBDYNNAME), you must run:" |
|
|
|
@echo |
|
|
|
@echo "\"make PREFIX=/your_installation_path/ install\"." |
|
|
|
@echo |
|
|
|
@echo "(or set PREFIX in Makefile.rule and run make install." |
|
|
|
@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 |
|
|
|
@echo "install_name_tool -id /new/absolute/path/to/$(LIBDYNNAME) $(LIBDYNNAME)" |
|
|
|
endif |
|
|
|
@echo |
|
|
|
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"." |
|
|
|
|