mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 18:04:05 +08:00
Add explanation for the installation of the DLL in the bin directory
This commit is contained in:
parent
0314027051
commit
8e8b658bde
@ -184,6 +184,9 @@ ifeq ($(BUILD_STATIC),yes)
|
||||
$(Q)$(INSTALL_DATA) lz4frame_static.h $(DESTDIR)$(includedir)/lz4frame_static.h
|
||||
endif
|
||||
ifeq ($(BUILD_SHARED),yes)
|
||||
# Traditionnally, one installs the DLLs in the bin directory as programs
|
||||
# search them first in their directory. This allows to not pollute system
|
||||
# directories (like c:/windows/system32), nor modify the PATH variable.
|
||||
ifneq (,$(filter Windows%,$(OS)))
|
||||
$(Q)$(INSTALL_PROGRAM) dll/$(LIBLZ4).dll $(DESTDIR)$(bindir)
|
||||
$(Q)$(INSTALL_PROGRAM) dll/liblz4.lib $(DESTDIR)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user