|
You are here |
matklad.github.io | ||
| | | | |
fzakaria.com
|
|
| | | | | This is a write up of some discussion ongoing with some folks on the #nix-community IRC chat primarily being driven by Mic92. Nixpkgs maintains the highest rating on Repology for having the most packages & which are up to date. Unfortunately even with the current ecosystem of packages, there will always be gaps, and for beginners in NixOS a common question is: "I've download a binary and would like to run it on NixOS" Take a look at this graph https://repology.org/repositories/graphs Can we do better & s... | |
| | | | |
blog.krzyzanowskim.com
|
|
| | | | | what? In short: dynamic linking happened. Dynamic linking - what it is? It's an operation that happens when part of the code spreads across different files (called libraries), and the binary content of the library is loaded in runtime. A dynamic linker (which is a system tool) finds a symbol | |
| | | | |
robert.kra.hn
|
|
| | | | | Wrapping heavy dependencies as dynamic libraries can help during development. | |
| | | | |
pewpewthespells.com
|
|
| | | |||