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 e3104b5 commit 4ce1646Copy full SHA for 4ce1646
learn/building_programs/distributing.md
@@ -42,7 +42,7 @@ libraries are required and consult the documentation of the compiler.
42
If your program does allow customisation, consider using dynamic libraries for this.
43
More is said about this below.
44
45
-ad 3.
+__Option 3: Distribute static or dynamic libraries that people can use__
46
47
This option is a combination of the first two options. It does put some burden on
48
the user, as they must create a main program that calls your routines in the
0 commit comments