Destide to Programmer Humor@lemmy.mlEnglish · 6 months agoJust getting into JSimagemessage-square67fedilinkarrow-up1385arrow-down113
arrow-up1372arrow-down1imageJust getting into JSDestide 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.