I'm building an application with Nim and want to deploy it for Linux and 
Windows. For Windows it seems like Nim requires some DLLs in order to run a 
compiled exe and I was wondering which DLLs those were and if it makes sense to 
deploy all of them.

Files in <https://nim-lang.org/download/dlls.zip>

  * `cacert.pem`
  * `libssl-1_1.dll`
  * `pcre.dll`
  * `sqlite3_32.dll`
  * `libcrypto-1_1.dll`
  * `libssl-1_1-x64.dll`
  * `pdcurses32.dll`
  * `sqlite3_64.dll`
  * `libcrypto-1_1-x64.dll`
  * `pcre32.dll`
  * `pdcurses64.dll`
  * `libcurl.dll`
  * `pcre64.dll`
  * `pdcurses.dll`



If I wanted to deploy for a 64 bit machine I'd use all the `64` DLLs, right?

Reply via email to