You have two choices:
- Place all the associated libraries within the
emacs\bin
folder. This will allow them to be linked as needed
Place all associated libraries in a folder found on you %PATH%
. I prefer doing it this way because it ensures that I keep the libraries in place following upgrades.
c:\bin\
+- emacs\ (directory softlink to desired emacs version
+- emacs-libs\
`- emacs-<version>\
`- bin
c:\bin\emacs\bin\
and c:\bin\emacs-libs\
are both stored on my %PATH%
, like this I can keep older versions if necessary (change the softlink when needed) and emacs-libs
will contain the valid .dll
s so that I do not need to copy them over when updating.