Cross Compiling: Difference between revisions
imported>Makefu m fix markup |
imported>Mic92 link to manual |
||
Line 2: | Line 2: | ||
For building arm software check out the Article [[NixOS on ARM]]<br/> | For building arm software check out the Article [[NixOS on ARM]]<br/> | ||
If you are looking for building 32bit software, check out [[Packaging/32bit Applications]]<br/> | If you are looking for building 32bit software, check out [[Packaging/32bit Applications]]<br/> | ||
Quick example to cross compile a package: [[Cheatsheet#Cross-compile_packages]]. | |||
Nixpkgs manual on [https://nixos.org/nixpkgs/manual/#chap-cross cross compiling] |
Revision as of 22:11, 28 June 2018
For building arm software check out the Article NixOS on ARM
If you are looking for building 32bit software, check out Packaging/32bit Applications
Quick example to cross compile a package: Cheatsheet#Cross-compile_packages.
Nixpkgs manual on cross compiling