From f58c514e008975bc35268e826c588b3bb33c3ca7 Mon Sep 17 00:00:00 2001 From: Dan Nagle Date: Fri, 16 Dec 2022 21:49:27 -0600 Subject: [PATCH] #291 note which DLLs can be removed --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da317dd..bf893380 100644 --- a/README.md +++ b/README.md @@ -250,9 +250,24 @@ https://cloud.packetsender.com/help Packet Sender has a "portable" mode. At launch, it will look for `portablemode.txt` and populate any missing settings files in that run-time directory. These files are `packets.ini`, `ps_settings.ini`, `ps.key`, and `ps.pem`. You may also have some files portable and the other in their standard location by removing portablemode.txt. -### DDLs that can be removed in Portable Mode +### DDLs that can be removed in Console-only portable Mode If you do not require the GUI, you may remove these DDLs +- Qt5Svg.dll +- libEGL.dll +- libGLESv2.dll - Qt5Widgets.dll +- Qt5Gui.dll +- opengl32sw.dll +- D3Dcompiler_47.dll +- iconengines directory +- imageformats directory +- styles directory + +### DDLs that can be removed if you do not need secure connections +If you do not require SSL, you may remove these DDLs +- libcrypto-1_1-x64.dll +- libssl-1_1-x64.dll + The run-time directory Windows users is the same place as the .exe.