Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agoJust getting into JSfeddit.ukimagemessage-square63fedilinkarrow-up1376arrow-down113
arrow-up1363arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agomessage-square63fedilink
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up2·edit-26 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.