~vilhalmer/cod

28ab75e7694010e90505af07a294a4ed71898f19 — Bill Doyle 3 years ago 827008f
Fix half-wrong thought about linking
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 42,8 42,8 @@ to avoid ever needing to escalate privileges. If it breaks, try `pacman -Fy`.
cod currently only works on binaries. While you can install the sources for
libraries, it doesn't know to use this copy of the library to build other
packages that depend on it. There's nothing preventing this from being added,
though! It would need to do some ld magic when executing the programs in case
of static linking as well…
though! It would need to do some ld magic when executing the binaries to deal
with dynamic linking as well…

It would also be smart to add an option to immediately build installed
packages, instead of waiting to do it the first time you run one of the