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 3a0870e commit 3618560Copy full SHA for 3618560
README.md
@@ -2,7 +2,15 @@
2
A sample project which creates a shared object (.so) file on linux and calls it's function from another program.
3
4
-------------------
5
+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.
12
13
+------------------
14
For System Requirements please refer 'Application_Requirements.txt'
15
16
----------------------
0 commit comments