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 3618560 commit daa81ceCopy full SHA for daa81ce
README.md
@@ -6,9 +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 executable but it is not embedded in the executable like static library (.a),
10
-so it will be loaded only when the executable is launched
11
-and need to be present in the system where the executable is deployed.
+It is a library that is linked to the binary but it is not embedded inside binary like static library (.a),
+so it will be loaded only when the binary is loaded.
12
13
------------------
14
For System Requirements please refer 'Application_Requirements.txt'
0 commit comments