Packaging/Binaries: Difference between revisions
imported>Delan →autoPatchelfHook: add link to another autoPatchelfHook example |
imported>NilsIrl m Fix syntax highlighting |
||
| Line 14: | Line 14: | ||
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 | ||
# we extract data.tar.xz from the deb package and untar it | $ # we extract data.tar.xz from the deb package and untar it | ||
$ dpkg-deb -x master-pdf-editor-4.3.10_qt5.amd64.deb . | $ dpkg-deb -x master-pdf-editor-4.3.10_qt5.amd64.deb . | ||
$ ls opt/master-pdf-editor-4/ | $ ls opt/master-pdf-editor-4/ | ||
| Line 23: | Line 23: | ||
bash: opt/master-pdf-editor-4/masterpdfeditor4: No such file or directory | bash: opt/master-pdf-editor-4/masterpdfeditor4: No such file or directory | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== The Dynamic Loader == | == The Dynamic Loader == | ||