Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agoJust getting into JSfeddit.ukimagemessage-square67fedilinkarrow-up1382arrow-down113
arrow-up1369arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agomessage-square67fedilink
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.