Packaging/Binaries: Difference between revisions
imported>Makefu move tutorial-specific text to the "manual way" |
imported>Altamont Updated opening paragraph prose and added missing word |
||
| Line 1: | Line 1: | ||
Downloading a binary on NixOS | Downloading and attempting to run a binary on NixOS will almost never work. This is due to hard-coded paths in the executable. Unfortunately, almost all unfree and proprietary software comes in binary form - the main reason to include binaries is because no source code is available. | ||
This tutorial will guide you through packaging a binary executable. | This tutorial will guide you through packaging a binary executable. | ||