Packaging/Binaries: Difference between revisions
imported>Makefu init |
imported>Mic92 No edit summary |
||
| Line 6: | Line 6: | ||
Let's download the archive and unpack the archive in a nix shell for testing: | Let's download the archive and unpack the archive in a nix shell for testing: | ||
<syntaxHighlight lang="console"> | <syntaxHighlight lang="console"> | ||
nix-shell -p binutils stdenv wget dpkg nix-index \ | $ nix-shell -p binutils stdenv wget dpkg nix-index \ | ||
stdenv.cc # stdenv.cc is required for setting $NIX_CC env | stdenv.cc # stdenv.cc is required for setting $NIX_CC env | ||
$ wget https://web.archive.org/web/20170914112947/http://get.code-industry.net/public/master-pdf-editor-4.3.10_qt5.amd64.deb | $ wget https://web.archive.org/web/20170914112947/http://get.code-industry.net/public/master-pdf-editor-4.3.10_qt5.amd64.deb | ||
| Line 191: | Line 191: | ||
meson = ../development/tools/build-managers/meson { }; | meson = ../development/tools/build-managers/meson { }; | ||
... | ... | ||
</ | </syntaxHighlight> | ||
[[Category:Tutorial]] | [[Category:Tutorial]] | ||