Cross Compiling: Difference between revisions
Appearance
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
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
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