Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 7 months agoJust getting into JSfeddit.ukimagemessage-square60fedilinkarrow-up1365arrow-down113
arrow-up1352arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 7 months agomessage-square60fedilink
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up2·edit-27 months agoYou can use ~/.local/lib and LD_LIBRARY_PATH for shared libs. Or better yet just give in and use the nix package manager, it is basically a virtual environment for your C programs.
You can use
~/.local/lib
andLD_LIBRARY_PATH
for shared libs.Or better yet just give in and use the
nix
package manager, it is basically a virtual environment for your C programs.