Cross Compiling: Difference between revisions

From NixOS Wiki
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/>
In general, cross-compilation should be possible ,see [[Cheatsheet#Cross-compile_packages]].
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