We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227a396 commit edb1fecCopy full SHA for edb1fec
README.md
@@ -6,8 +6,8 @@ Shared Object (.so) File :-
6
7
In simple words, a '.so' file on linux is what a 'dll' on windows.
8
9
-It is a library that is linked to the binary but it is not embedded inside binary like static library (.a),
10
-so it will be loaded only when the binary is loaded.
+It is a library that is linked to the executable but it is not embedded inside executable like static library (.a),
+so it will be loaded only when the executable is loaded.
11
12
------------------
13
For System Requirements please refer 'Application_Requirements.txt'
0 commit comments