Coreboot: Difference between revisions

imported>Blitz
m Fixed link syntax
imported>Milahu
fix nix-shell, use shallow clone
Line 3: Line 3:


<syntaxHighlight lang=console>
<syntaxHighlight lang=console>
$ git clone https://review.coreboot.org/coreboot.git; cd coreboot
$ git clone https://review.coreboot.org/coreboot.git --depth 1
$ nix-shell -p ncurses.dev bison flex clang zlib
$ cd coreboot
$ nix-shell -p ncurses bison flex clang zlib acpica-tools pkgconfig
$ NIX_LDFLAGS="$NIX_LDFLAGS -lncurses" make menuconfig
$ NIX_LDFLAGS="$NIX_LDFLAGS -lncurses" make menuconfig
$ make crossgcc
$ make crossgcc