File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,22 @@ are in line with the DCO.
135
135
Compiling Instructions
136
136
----------------------
137
137
138
+ To compile ``platsch `` and ``libplatsch `` call:
139
+
138
140
.. code-block :: shell
139
141
140
142
meson setup build
141
143
meson compile -C build
142
144
143
- To ensure fast startup, ``platsch `` prefers using static libraries:
145
+ This compiles ``platsch `` with all dependent libraries linked dynamically
146
+ except for ``libplatsch `` which is always static linked.
147
+
148
+ To provide faster startup of ``platsch `` the dependent libraries can be linked
149
+ static as well if available:
144
150
145
151
.. code-block :: shell
146
152
147
153
meson setup -Dprefer_static=true build
148
154
meson compile -C build
155
+
156
+ Be aware that the size increases from ~50k to ~110k.
You can’t perform that action at this time.
0 commit comments