1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-20 04:10:12 -04:00
nix-pills/pills/08/hello-builder.txt

7 lines
204 B
Plaintext
Raw Normal View History

2017-12-28 06:38:30 -05:00
export PATH="$gnutar/bin:$gcc/bin:$gnumake/bin:$coreutils/bin:$gawk/bin:$gzip/bin:$gnugrep/bin:$gnused/bin:$binutils_unwrapped/bin"
2017-08-13 15:54:12 -04:00
tar -xzf $src
2017-12-19 04:26:58 -05:00
cd hello-2.10
2017-08-13 15:54:12 -04:00
./configure --prefix=$out
make
make install